forked from Urban-Analytics-Technology-Platform/demoland-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "demoland-web",
"private": true,
"version": "2.0.0-alpha",
"type": "module",
"scripts": {
"load_area": "./node_scripts/load_area.sh",
"dev": "./node_scripts/dev.sh",
"build": "./node_scripts/build.sh",
"build_all": "./node_scripts/build_all.sh",
"lint": "npx eslint .",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@tsconfig/svelte": "^4.0.1",
"@types/file-saver": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"concurrently": "^8.2.1",
"eslint": "^8.42.0",
"eslint-plugin-svelte": "^2.30.0",
"isomorphic-fetch": "^3.0.0",
"svelte": "^3.59.1",
"svelte-check": "^2.10.3",
"tslib": "^2.5.0",
"typescript": "^5.1.3",
"vite": "^4.3.2",
"vitest": "^0.31.4"
},
"dependencies": {
"@turf/intersect": "^6.5.0",
"@turf/union": "^6.5.0",
"@types/chart.js": "^2.9.37",
"@types/colormap": "^2.3.1",
"@types/geojson": "^7946.0.10",
"chart.js": "^4.3.0",
"colormap": "^2.3.2",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"maplibre-gl": "^2.4.0",
"overlayscrollbars": "^2.2.1",
"pyodide": "^0.24.1",
"terra-draw": "0.0.1-alpha.51",
"vite-tsconfig-paths": "^4.2.0"
}
}