-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
42
{
"name": "signalkit",
"version": "0.0.1",
"scripts": {
"dev": "node --no-warnings ./node_modules/.bin/vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@mapbox/togeojson": "^0.16.2",
"@mdi/font": "^7.0.96",
"@we-gold/gpxjs": "^1.0.6",
"@xmldom/xmldom": "^0.8.10",
"chart.js": "^4.4.3",
"chartjs-plugin-zoom": "^2.0.1",
"gpx-parser-builder": "^1.1.0",
"gpxparser": "^3.0.8",
"install": "^0.13.0",
"leaflet-easyprint": "^2.1.9",
"leaflet-tilelayer-here": "^2.0.1",
"luxon": "^3.4.4",
"npm": "^10.8.2",
"pinia": "^2.2.2",
"roboto-fontface": "*",
"vite-plugin-favicons-inject": "^2.2.0",
"vue": "^3.3.0",
"vue-chartjs": "^5.3.1",
"vue-router": "^4.0.13",
"vuetify": "^3.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"leaflet": "^1.9.4",
"sass": "^1.69.0",
"unplugin-fonts": "^1.1.0",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.12",
"vite-plugin-favicon": "^1.0.8",
"vite-plugin-vuetify": "^2.0.0"
}
}