-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
99 lines (99 loc) · 3.09 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "vite-ionic",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"vtsc": "vue-tsc --noEmit --skipLibCheck",
"build": "npm run vtsc && vite build",
"preview": "vite preview",
"serve": "vite preview",
"lint": "eslint ./src --ext .vue,.js,jsx,.ts,tsx",
"lint:fix": "eslint --fix ./src --ext .vue,.js,jsx,.ts,tsx",
"prepare": "husky install",
"ionic:serve": "vite",
"ionic:build": "npm run build",
"dev:android": "ionic capacitor run android -l --external",
"dev:ios": "ionic capacitor run ios --livereload --external",
"add:ios": "ionic capacitor build ios --no-build",
"add:android": "ionic capacitor build android --no-build",
"sync": "npx cap sync"
},
"lint-staged": {
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"dependencies": {
"@antv/g2plot": "^2.4.5",
"@awesome-cordova-plugins/android-notch": "^5.37.3",
"@awesome-cordova-plugins/core": "^5.37.3",
"@better-scroll/core": "^2.4.2",
"@capacitor/android": "3.3.3",
"@capacitor/app": "1.0.7",
"@capacitor/core": "3.3.3",
"@capacitor/haptics": "1.1.3",
"@capacitor/ios": "3.3.3",
"@capacitor/keyboard": "1.2.0",
"@capacitor/status-bar": "1.0.6",
"@ionic-native/core": "^5.36.0",
"@ionic-native/screen-orientation": "^5.36.0",
"@ionic/vue": "^6.0.1",
"@ionic/vue-router": "^6.0.1",
"@vueuse/core": "^7.4.3",
"amfe-flexible": "^2.2.1",
"axios": "^0.24.0",
"cordova-plugin-android-notch": "^1.0.3",
"cordova-plugin-screen-orientation": "^3.0.2",
"dayjs": "^1.10.7",
"form-data": "^4.0.0",
"pinia": "^2.0.9",
"qs": "^6.10.2",
"swiper": "^7.4.1",
"vue": "^3.2.26",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@capacitor/cli": "3.3.3",
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@iconify/json": "^1.1.449",
"@iconify/vue": "^3.1.1",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@vitejs/plugin-vue": "^2.0.1",
"@vue/compiler-sfc": "^3.2.26",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"dotenv": "^10.0.0",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"husky": "^7.0.4",
"jetifier": "^2.0.0",
"lint-staged": "^12.1.4",
"mockjs": "^1.1.0",
"postcss-pxtorem": "^6.0.0",
"prettier": "^2.5.1",
"sass": "^1.45.2",
"typescript": "^4.5.4",
"unplugin-icons": "^0.13.0",
"unplugin-vue-components": "^0.17.11",
"vite": "^2.5.10",
"vite-plugin-html": "^2.1.2",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-windicss": "^1.6.1",
"vue-tsc": "^0.30.1",
"vueuc": "^0.4.19",
"windicss": "^3.4.2"
}
}