-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
68 lines (68 loc) · 2.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "bah",
"version": "1.1.1-beta",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"postbuild": "npx trapeze run config.yaml -y",
"capacitor-assets": "capacitor-assets",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@awesome-cordova-plugins/android-full-screen": "^6.4.0",
"@awesome-cordova-plugins/core": "6.4.0",
"@awesome-cordova-plugins/screen-orientation": "6.4.0",
"@capacitor-community/screen-brightness": "5.0.0",
"@capacitor/android": "5.2.1",
"@capacitor/app": "^5.0.5",
"@capacitor/core": "5.2.1",
"@capacitor/device": "^5.0.6",
"@capacitor/dialog": "^5.0.0",
"@capacitor/filesystem": "5.1.1",
"@capacitor/haptics": "^5.0.0",
"@capacitor/keyboard": "^5.0.0",
"@capacitor/preferences": "^5.0.0",
"@capacitor/status-bar": "^5.0.0",
"@capgo/capacitor-updater": "5.0.1",
"@ionic/vue": "7.0.10",
"@ionic/vue-router": "7.0.10",
"@trapezedev/configure": "7.0.10",
"cordova-open-native-settings": "^1.5.5",
"cordova-plugin-file": "7.0.0",
"cordova-plugin-fullscreen": "^1.3.0",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-zip": "^3.1.0",
"core-js": "3.27.2",
"datatables.net-dt": "1.13.4",
"datatables.net-vue3": "2.1.0",
"es6-promise-plugin": "^4.2.2",
"howler": "^2.2.3",
"pinia": "2.0.30",
"swiper": "8.4.7",
"vue": "3.3.4",
"vue-router": "4.2.2"
},
"devDependencies": {
"@capacitor/assets": "^2.0.4",
"@capacitor/cli": "5.2.1",
"@ionic/cli": "7.1.1",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-e2e-cypress": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
"@vue/cli-plugin-unit-jest": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/test-utils": "2.2.10",
"@vue/vue3-jest": "^27.0.0-alpha.3",
"babel-jest": "^27.3.1",
"cypress": "^8.7.0",
"eslint": "8.34.0",
"eslint-plugin-vue": "^8.2.0",
"jest": "^27.3.1",
"ts-jest": "^27.0.7"
},
"description": "A project"
}