-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.07 KB
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
{
"name": "simulationedge",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@mdi/font": "^7.2.96",
"countdown": "^2.6.0",
"dayjs": "^1.11.10",
"dompurify": "^3.0.8",
"firebase": "^10.5.2",
"leaflet": "^1.9.4",
"marked": "^12.0.0",
"material-design-icons-iconfont": "^6.7.0",
"vite-plugin-raw": "^1.0.3",
"vue": "^3.3.4",
"vue-inner-image-zoom": "^2.0.0",
"vue-layout-system": "^1.1.7",
"vue-router": "^4.2.4",
"vue3-leaflet": "^1.0.48",
"vuefire": "^3.1.17",
"vuetify": "^3.4.4",
"vuex": "^4.1.0"
},
"devDependencies": {
"@rollup/pluginutils": "^5.1.0",
"@vitejs/plugin-vue": "^4.3.4",
"prettier": "^3.2.5",
"vite": "^4.4.9"
}
}