-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 918 Bytes
/
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
{
"name": "frontend",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@mdi/font": "7.0.96",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"leaflet.markercluster": "^1.5.3",
"luxon": "^3.4.4",
"pinia": "^2.1.7",
"roboto-fontface": "*",
"vue": "^3.3.0",
"vue-router": "^4.3.0",
"vuetify": "^3.0.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/leaflet.markercluster": "^1.5.4",
"@types/lodash": "^4.17.5",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^9.4.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.4.0",
"sass": "^1.71.1",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.5",
"vite-plugin-vuetify": "^2.0.3"
}
}