-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 2.77 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": "itchy-ionic",
"version": "0.9.10",
"private": true,
"scripts": {
"dev": "ionic cap run android -l --external",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"ionic:build": "vue-cli-service build",
"ionic:serve": "vue-cli-service serve",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"production": "vue-cli-service build && npx cap copy && ionic capacitor update && npx cap open android",
"genDarkSplashes": "cordova-res android --skip-config --splash-source .\\resources\\android\\splash-night.jpg --type splash --resources .\\resources\\android\\splash && mv .\\resources\\android\\splash\\android\\splash\\* .\\resources\\android\\splash\\night && rmdir .\\resources\\android\\splash\\android\\splash && rmdir .\\resources\\android\\splash\\android && cordova-res android --skip-config --copy",
"genIcons": "cordova-res android --icon-background-source '#15a3ff' --copy"
},
"dependencies": {
"@capacitor-community/http": "^1.4.1",
"@capacitor/android": "^3.5.1",
"@capacitor/app": "^1.1.1",
"@capacitor/browser": "^1.0.7",
"@capacitor/core": "^3.5.1",
"@capacitor/haptics": "^1.1.4",
"@capacitor/keyboard": "^1.2.2",
"@capacitor/local-notifications": "^1.1.0",
"@capacitor/share": "^1.1.2",
"@capacitor/splash-screen": "^1.2.2",
"@capacitor/status-bar": "^1.0.8",
"@capacitor/storage": "^1.2.5",
"@ionic-native/http": "^5.36.0",
"@ionic-native/web-intent": "^5.36.0",
"@ionic/vue": "^5.9.4",
"@ionic/vue-router": "^5.9.4",
"@robingenz/capacitor-android-dark-mode-support": "^1.0.1",
"com-darryncampbell-cordova-plugin-intent": "^2.2.0",
"cordova-plugin-advanced-http": "^3.3.1",
"cordova-plugin-file": "^6.0.2",
"cordova-webintent": "https://github.com/cordova-misc/cordova-webintent",
"core-js": "^3.23.1",
"friendly-time": "^1.1.1",
"install": "^0.13.0",
"ionicons": "^5.5.4",
"node-html-parser": "^3.3.6",
"node-vibrant": "^3.2.1-alpha.1",
"npm": "^8.12.1",
"vague-time": "^2.4.2",
"vue": "^3.2.37",
"vue-directive-long-press": "^1.1.0",
"vue-router": "^4.0.16",
"vue-safe-html": "^1.2.0"
},
"devDependencies": {
"@capacitor/cli": "^3.5.1",
"@ionic/lab": "3.2.10",
"@vue/cli-plugin-babel": "^4.5.17",
"@vue/cli-plugin-e2e-cypress": "^5.0.8",
"@vue/cli-plugin-eslint": "^4.5.17",
"@vue/cli-plugin-router": "^4.5.17",
"@vue/cli-plugin-unit-jest": "^4.5.17",
"@vue/cli-service": "^4.5.17",
"@vue/compiler-sfc": "^3.2.37",
"@vue/test-utils": "^2.0.1",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^7.20.0",
"vue-jest": "^5.0.0-alpha.10"
},
"description": "A mobile client for Scratch"
}