-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 785 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 785 Bytes
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
{
"name": "subghz-map",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"bootstrap": "^5.3.7",
"crypto-js": "^4.2.0",
"leaflet": "^1.9.4",
"leaflet-easybutton": "^2.4.0",
"leaflet.marker.slideto": "^0.3.0",
"leaflet.markercluster": "^1.5.3",
"leaflet.markercluster.freezable": "^1.0.0",
"leaflet.smooth_marker_bouncing": "^3.1.1",
"pinia": "^3.0.3",
"toastify-js": "^1.12.0",
"vue": "^3.5.17"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.0",
"eslint": "^9.31.0",
"eslint-plugin-vue": "^10.3.0",
"sass": "^1.89.2",
"vite": "^7.0.0",
"vite-plugin-vue-devtools": "^7.7.7"
}
}