-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.36 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
50
51
52
53
54
55
{
"name": "terrain-creator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"api": "node ./api/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@google/earthengine": "^0.1.371",
"@mantine/core": "^6.0.19",
"@mantine/hooks": "^6.0.19",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@mapbox/tile-cover": "^3.0.2",
"@mapbox/tilebelt": "^1.0.2",
"@tabler/icons-react": "^2.32.0",
"@turf/turf": "^6.5.0",
"alea": "^1.0.1",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bull": "^4.11.5",
"canvas": "^2.11.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"form-data": "^4.0.0",
"jotai": "^2.3.1",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"mapbox-gl": "^2.15.0",
"mapbox-gl-draw-rectangle-mode": "^1.0.4",
"pngjs": "^7.0.0",
"react": "^18.2.0",
"react-canvas-draw": "^1.2.1",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.6",
"react-router-dom": "^6.15.0",
"sha1": "^1.1.1",
"sharp": "^0.32.5",
"simplex-noise": "^4.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.4",
"vite": "^4.4.9"
}
}