-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
package.json
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
{
"name": "@sjvair/monitor-map",
"description": "SJVAir's interactive monitor map",
"files": [
"dist"
],
"version": "1.9.5",
"type": "module",
"scripts": {
"dev": "vite",
"dev:host": "vite --host",
"build": "vue-tsc --noEmit && PROD=true vite build",
"prepublishOnly": "npm run build",
"preview": "vite preview"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/leaflet": "^1.9.12",
"@types/leaflet.markercluster": "^1.5.4",
"@types/node": "20.14.11",
"@vitejs/plugin-vue": "^5.0.5",
"@vuepic/vue-datepicker": "^9.0.0",
"axios": "^1.7.2",
"bulma": "^0.9.4",
"color2k": "^2.0.3",
"d3": "^7.9.0",
"dayjs": "^1.11.11",
"leaflet": "^1.9.4",
"leaflet-svg-shape-markers": "^1.4.0",
"leaflet.markercluster": "^1.5.3",
"sass": "^1.72.0",
"terser": "^5.31.3",
"typescript": "^5.5.3",
"uplot": "^1.6.30",
"vite": "^5.3.4",
"vite-plugin-purgecss": "^0.2.12",
"vue": "^3.4.32",
"vue-router": "^4.4.0",
"vue-tsc": "^2.0.26"
}
}