forked from meshtastic/meshtastic-site-planner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 876 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 876 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
33
34
35
36
37
{
"name": "meshtastic-site-planner",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build && cp -r public/* app/ui",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^12.8.2",
"bootstrap": "^5.3.8",
"georaster": "^1.6.0",
"georaster-layer-for-leaflet": "4.1.2",
"leaflet": "^1.9.4",
"leaflet-easyprint": "^2.1.9",
"leaflet.locatecontrol": "^0.82.0",
"pinia": "^2.3.1",
"randanimal": "^1.0.4",
"vue": "^3.5.20",
"vue3-popper": "^1.5.0"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/leaflet": "^1.9.20",
"@vitejs/plugin-vue": "^6.0.1",
"typescript": "~5.9.2",
"vite": "^7.1.3",
"vue-tsc": "^3.0.6"
},
"pnpm": {
"overrides": {
"proj4-fully-loaded": "^0.2.0"
}
}
}