-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.42 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
{
"name": "deltaforce_map",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port=8848 --open --host",
"build": "vue-tsc -b && vite build",
"preview": "vite preview --port=8849"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@fingerprintjs/fingerprintjs-pro-vue-v3": "^1.5.0",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/vue-fontawesome": "^3.1.2",
"@msgpack/msgpack": "^3.1.2",
"@vueuse/core": "^14.0.0",
"axios": "^1.13.2",
"element-plus": "^2.11.7",
"font-awesome": "^4.7.0",
"leaflet": "^1.9.4",
"leaflet-polylinedecorator": "^1.6.0",
"leaflet-rotate": "^0.2.8",
"leaflet.zoomslider": "^0.7.1",
"pako": "^2.1.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"typescript": "^5.9.3",
"unplugin-icons": "^22.5.0",
"vconsole": "^3.15.1",
"vue": "^3.5.24",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@types/jquery": "^3.5.33",
"@types/leaflet": "^1.9.21",
"@types/leaflet-polylinedecorator": "^1.6.5",
"@types/node": "^25.0.3",
"@types/pako": "^2.0.4",
"@vitejs/plugin-vue": "^6.0.1",
"terser": "^5.44.1",
"unplugin-auto-import": "^20.2.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.2.2",
"vue-tsc": "^3.1.3"
},
"packageManager": "pnpm@10.22.0"
}