-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 843 Bytes
/
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
{
"name": "morphing",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint *.js"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"eslint": "^9.4.0",
"globals": "^15.3.0",
"vite": "^5.2.0"
},
"dependencies": {
"@mapbox/geojson-rewind": "^0.5.2",
"@mapbox/vector-tile": "^1.3.1",
"@turf/turf": "^6.5.0",
"d3": "^7.9.0",
"d3-array": "^3.2.4",
"d3-dsv": "^3.0.1",
"d3-geo": "^3.1.1",
"d3-tile": "^1.0.0",
"earcut": "^2.2.4",
"mapbox": "^1.0.0-beta10",
"matter-js": "^0.19.0",
"pbf": "^3.2.1",
"poly-decomp": "^0.3.0",
"polygon-clipping": "^0.15.7",
"simplify-js": "^1.2.4",
"svg-path-parser": "^1.1.0",
"turf-union": "^3.0.12"
}
}