forked from soybeanjs/vue3-capacitor-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "vue3-capacitor-app",
"version": "0.0.1",
"description": "a template, which used Vite3, Vue3, TS, capacitor and NutUI, can be build ios and android app",
"author": {
"name": "Soybean",
"email": "[email protected]",
"url": "https://github.com/honghuangdc"
},
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix"
},
"dependencies": {
"@capacitor/android": "^4.1.0",
"@capacitor/core": "^4.1.0",
"@capacitor/ios": "^4.1.0",
"@nutui/nutui": "^3.2.1",
"@vueuse/core": "^9.1.0",
"axios": "^0.27.2",
"form-data": "^4.0.0",
"pinia": "^2.0.19",
"qs": "^6.11.0",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@capacitor/cli": "^4.1.0",
"@soybeanjs/eslint-config": "^0.2.10",
"@types/node": "^18.7.6",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"eslint": "^8.22.0",
"sass": "^1.54.4",
"typescript": "^4.7.4",
"unocss": "^0.45.8",
"vite": "^3.0.8",
"vite-plugin-style-import": "^2.0.0",
"vue-tsc": "^0.40.1"
}
}