-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"name": "vue3-app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"dev": "vite --host",
"preview": "vite preview"
},
"dependencies": {
"@capacitor-community/electron": "^4.1.2",
"@capacitor/android": "^4.8.2",
"@capacitor/app": "4.1.1",
"@capacitor/browser": "^4.1.1",
"@capacitor/core": "4.8.0",
"@capacitor/haptics": "4.1.0",
"@capacitor/ios": "^4.8.2",
"@capacitor/keyboard": "4.1.0",
"@capacitor/status-bar": "4.1.1",
"@mdi/font": "^7.4.47",
"axios": "^0.27.2",
"qs": "^6.14.0",
"vue": "^3.5.13",
"vue-i18n": "^9.14.2",
"vue-router": "^4.5.0",
"vuetify": "^3.7.11",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@capacitor/cli": "7.0.1",
"@types/node": "^18.19.75",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/cli-service": "^5.0.8",
"autoprefixer": "^10.4.20",
"sass": "^1.84.0",
"typescript": "^4.9.5",
"vite": "^3.2.11",
"vite-plugin-vuetify": "^1.0.2",
"vue-tsc": "^1.8.27"
},
"license": "MIT"
}