-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 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
{
"name": "TerrasEdit",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev -- --host",
"dev:internal": "VITE_EXPORT_IN_GAME=true vite dev -- --host",
"build": "vite build",
"build:internal": "VITE_EXPORT_IN_GAME=true vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.6.3",
"@types/pako": "^2.0.3",
"buffer": "^6.0.3",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"typescript": "^5.0.0",
"vite": "^5.4.2"
},
"type": "module",
"dependencies": {
"@bte-germany/terraconvert": "^1.1.2",
"@fortawesome/fontawesome-free": "^6.6.0",
"@mapbox/togeojson": "^0.16.2",
"@turf/turf": "^7.2.0",
"fflate": "^0.8.2",
"geojson": "^0.5.0",
"idb": "^8.0.0",
"ol": "^10.0.0",
"ol-ext": "^4.0.23",
"pako": "^2.1.0",
"prismarine-nbt": "^2.5.0",
"sass": "^1.77.8",
"vite-plugin-node-polyfills": "^0.22.0"
}
}