-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 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
{
"name": "datapack-map",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --force --host",
"createZips": "python scripts/createVanillaZips.py",
"build": "vue-tsc && vite build",
"preview": "vite preview --host"
},
"dependencies": {
"@counterscale/tracker": "^3.2.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@vueuse/components": "^10.2.0",
"deepslate": "^0.25.1",
"idb-keyval": "^6.2.1",
"leaflet": "^1.9.4",
"mc-datapack-loader": "0.6.1",
"pinia": "^3.0.3",
"vue": "^3.5.21",
"vue-i18n": "^11.1.12",
"vue-slider-component": "^4.1.0-beta.7"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^11.0.1",
"@types/leaflet": "^1.9.3",
"@types/node": "^20.3.1",
"@types/wicg-file-system-access": "^2020.9.6",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.16.4",
"vue-tsc": "^3.0.7"
}
}