-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 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
{
"name": "dil-vue",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"serve": "vite --mode=development",
"build:staging": "vite build --mode=staging",
"build:prod": "vite build --mode=production",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.9.0",
"bulma": "^1.0.3",
"jquery": "^3.7.1",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"slick-carousel": "^1.8.1",
"tify": "^0.35.0",
"v-network-graph": "^0.9.21",
"vis-network": "^9.1.9",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-slick-carousel": "^1.0.6",
"vue3-carousel": "^0.15.0",
"vuetify": "^3.8.1",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.3.5"
}
}