-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 847 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
{
"private": true,
"type": "module",
"scripts": {
"start": "dotnet tool restore && dotnet fable watch src --runFast vite",
"build": "dotnet tool restore && dotnet fable src --run vite build",
"clean": "dotnet fable clean src --yes"
},
"dependencies": {
"@turf/along": "^6.5.0",
"@turf/bearing": "^6.5.0",
"@turf/circle": "^6.5.0",
"@turf/destination": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/length": "^6.5.0",
"@turf/polygon-to-line": "^6.5.0",
"@turf/rhumb-bearing": "^6.5.0",
"deck.gl": "^8.9.26",
"loaders.gl": "^0.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.1.0"
},
"engines": {
"node": ">=18"
}
}