-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.31 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
43
44
45
46
47
48
49
50
{
"name": "wis2box-webapp",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "vite --port 8080 --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.2.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"@mdi/font": "7.0.96",
"@turf/turf": "^7.1.0",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vuepic/vue-datepicker": "^5.4.0",
"ajv-formats": "^2.1.1",
"apexcharts": "^3.41.1",
"core-js": "^3.29.0",
"d3": "^7.8.5",
"geojson-validation": "^1.0.2",
"json-schema-merge-allof": "^0.8.1",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"leaflet.markercluster": "^1.5.3",
"maplibre-gl": "^4.6.0",
"node-fetch": "^3.3.2",
"papaparse": "^5.4.1",
"roboto-fontface": "*",
"vue": "^3.2.0",
"vue-leaflet": "^0.1.0",
"vue-router": "^4.0.0",
"vue-tel-input": "^8.3.1",
"vue3-apexcharts": "^1.4.4",
"vuetify": "3.7.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.37.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.60.0",
"vite": "^4.4.9",
"vite-plugin-vuetify": "^1.0.0"
},
"overrides": {
"esbuild": "^0.21.5"
}
}