-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.74 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.74 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "multimodal-map",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"reformat": "prettier -w src/ projects/ --ignore-path .gitignore",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@headlessui/vue": "^1.7.2",
"@heroicons/vue": "^2.0.11",
"@turf/centroid": "^6.5.0",
"@turf/turf": "^6.5.0",
"@vueform/multiselect": "^2.5.7",
"@vueform/slider": "^2.1.5",
"@vueuse/core": "^9.13.0",
"@yeger/vue-masonry-wall": "^3.4.4",
"axios": "^1.12.0",
"d3": "^7.6.1",
"echarts": "^6.0.0",
"imagesloaded": "^5.0.0",
"infinite-scroll": "^4.0.1",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"leaflet.heat": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"masonry-layout": "^4.2.2",
"openseadragon": "^5.0.1",
"pinia": "^2.0.21",
"proj4": "^2.8.1",
"split.js": "^1.6.5",
"vue": "^3.2.38",
"vue-echarts": "^7.0.3",
"vue-i18n": "^11.1.12",
"vue-matomo": "^4.2.0",
"vue-router": "^4.1.5",
"vue3-carousel": "^0.3.3",
"vue3-openlayers": "^12.1.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.16",
"esbuild": "^0.25.10",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"prettier": "^2.7.1",
"tailwindcss": "^3.3.3",
"vite": "^7.1.11"
},
"resolutions": {
"cross-spawn": "^7.0.5",
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"dompurify": "^3.2.4",
"nanoid": "^3.3.8"
}
}