-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 807 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
{
"name": "openair-map",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@vueform/slider": "^2.1.10",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.4",
"dayjs": "^1.11.13",
"leaflet": "^1.9.4",
"leaflet.locatecontrol": "^0.81.1",
"pinia": "^2.2.2",
"vue": "^3.5.12",
"vue-chartjs": "^5.3.1",
"vue-i18n": "^10.0.3"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/leaflet": "^1.9.14",
"@types/node": "^25.7.0",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.2",
"vite": "^6.0.1",
"vue-tsc": "^2.1.6"
}
}