-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.7 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "zet-web",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"dev:android": "vue-tsc && vite build && ionic cap run android -l --external -- --mode dev",
"android:sync": "ionic build && npx cap copy && npx cap sync android",
"build:android": "vue-tsc && vite build --mode dev && npx cap copy && npx cap copy android",
"check": "vue-tsc --build --force"
},
"dependencies": {
"@capacitor-community/safe-area": "^7.0.0-alpha.1",
"@capacitor/android": "7.4.3",
"@capacitor/app": "^7.1.0",
"@capacitor/core": "^7.4.3",
"@capacitor/geolocation": "^7.1.5",
"@capacitor/haptics": "^7.0.2",
"@capacitor/ios": "^7.4.3",
"@capacitor/keyboard": "^7.0.3",
"@capacitor/status-bar": "^7.0.3",
"@mdi/font": "^7.4.47",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.18",
"@vueuse/core": "^10.9.0",
"axios": "^1.6.8",
"date-fns": "^3.6.0",
"inversify": "^7.5.2",
"leaflet": "^1.9.4",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"reflect-metadata": "^0.2.2",
"roboto-fontface": "^0.10.0",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.21",
"vue-3-material-date-picker": "^1.1.1",
"vue-i18n": "^9.10.2",
"vue-router": "^4.4.0",
"vuetify": "^3.5.13",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^7.4.3",
"@types/node": "^20.19.17",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^5.0.4",
"eslint-plugin-vue": "^9.24.0",
"sass": "^1.72.0",
"typescript": "^5.4.2",
"vite": "^5.3.3",
"vue-tsc": "^2.0.26"
}
}