forked from Cyri1/bah
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.5 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
69
{
"name": "bah",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"capacitor-assets": "capacitor-assets",
"postbuild": "ionic cap add android && npx trapeze run config.yaml -y && npm run capacitor-assets generate -- --android --iconBackgroundColor '#0ec6d2' --iconBackgroundColorDark '#0ec6d2' --splashBackgroundColor '#0ec6d2' --splashBackgroundColorDark '#0ec6d2' && npx cap sync && npx cap open android",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@awesome-cordova-plugins/android-permissions": "^5.44.0",
"@awesome-cordova-plugins/core": "^5.44.0",
"@awesome-cordova-plugins/insomnia": "^5.44.0",
"@awesome-cordova-plugins/screen-orientation": "^5.44.0",
"@capacitor-community/screen-brightness": "2.0.0-0",
"@capacitor/android": "4.0.1",
"@capacitor/app": "4.0.1",
"@capacitor/assets": "^1.0.0-next.5",
"@capacitor/core": "4.0.1",
"@capacitor/device": "4.0.1",
"@capacitor/dialog": "4.0.1",
"@capacitor/filesystem": "4.0.1",
"@capacitor/haptics": "4.0.1",
"@capacitor/keyboard": "4.0.1",
"@capacitor/preferences": "^4.0.1",
"@capacitor/status-bar": "4.0.1",
"@ionic/vue": "^6.0.0",
"@ionic/vue-router": "^6.0.0",
"@trapezedev/configure": "^5.0.0",
"cordova-open-native-settings": "^1.5.5",
"cordova-plugin-file": "^7.0.0",
"cordova-plugin-insomnia": "^4.3.0",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-zip": "^3.1.0",
"core-js": "^3.24.1",
"datatables.net-dt": "^1.12.1",
"datatables.net-vue3": "^1.0.0",
"es6-promise-plugin": "^4.2.2",
"howler": "^2.2.3",
"pinia": "^2.0.21",
"swiper": "^8.1.5",
"vue": "^3.2.21",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@capacitor/cli": "4.0.1",
"@ionic/cli": "6.20.1",
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
"@vue/cli-plugin-e2e-cypress": "~5.0.0-rc.1",
"@vue/cli-plugin-eslint": "~5.0.0-rc.1",
"@vue/cli-plugin-router": "~5.0.0-rc.1",
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
"@vue/cli-service": "~5.0.0-rc.1",
"@vue/test-utils": "^2.0.0-rc.16",
"@vue/vue3-jest": "^27.0.0-alpha.3",
"babel-jest": "^27.3.1",
"cordova-res": "0.15.4",
"cypress": "^8.7.0",
"eslint": "^8.4.1",
"eslint-plugin-vue": "^8.2.0",
"jest": "^27.3.1",
"ts-jest": "^27.0.7"
},
"description": "A project"
}