forked from fdnklg/bmbf_climate-risk-zones
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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": "svelte-app",
"version": "1.0.0",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-replace": "^2.3.3",
"dotenv": "^8.2.0",
"rollup": "^2.3.4",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0",
"svelte-scrollto": "^0.2.0"
},
"dependencies": {
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-url": "^5.0.1",
"@turf/bbox": "^6.3.0",
"@turf/bbox-polygon": "^6.0.1",
"@turf/boolean-point-in-polygon": "^6.3.0",
"@turf/clean-coords": "^6.0.1",
"@turf/distance": "^6.3.0",
"@turf/helpers": "^6.1.4",
"@turf/union": "^6.3.0",
"d3-array": "^2.11.0",
"d3-dsv": "^2.0.0",
"d3-format": "^2.0.0",
"d3-geo": "^2.0.1",
"d3-scale": "^3.2.3",
"d3-shape": "^2.0.0",
"mapbox-gl": "^2.0.1",
"node-sass": "^5.0.0",
"rollup-plugin-svg-import": "^1.5.1",
"sirv-cli": "^1.0.0",
"svelte-preprocess": "^4.6.0",
"svelte-select": "^3.14.1",
"svelte-watch-resize": "^1.0.3",
"topojson-client": "^3.1.0",
"turf-difference": "^3.0.12",
"turf-point": "^2.0.1"
}
}