-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.09 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"test": "jest",
"start": "next start",
"clean": "rimraf .next"
},
"dependencies": {
"@carbon/icons-react": "^10.31.2",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@feedback-fish/react": "^1.2.1",
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@mapbox/mapbox-gl-geocoder": "^4.7.4",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.7.0",
"@oieduardorabelo/use-user-agent": "^4.0.0",
"@react-three/drei": "^9.1.5",
"@react-three/fiber": "^8.0.10",
"@react-three/postprocessing": "^2.3.1",
"@turf/turf": "^6.5.0",
"@use-gesture/react": "^10.2.11",
"camera-controls": "^1.34.2",
"clsx": "^1.1.1",
"fp-ts": "^2.11.8",
"fp-ts-std": "^0.13.1",
"fuse.js": "^6.5.3",
"geojson": "^0.5.0",
"immer": "^9.0.12",
"js-yaml-loader": "^1.2.2",
"jszip": "^3.10.0",
"leva": "^0.9.23",
"mapbox-gl": "^2.8.2",
"next": "^12.1.4",
"ol": "^6.14.1",
"ol-mapbox-style": "^8.0.7",
"postprocessing": "^6.26.3",
"ramda": "^0.28.0",
"react": "^18.0.0",
"react-cool-portal": "^1.2.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.28.0",
"react-merge-refs": "^1.1.0",
"react-use-measure": "^2.1.1",
"three": "^0.139.2",
"three-stdlib": "^2.12.1",
"usehooks-ts": "^2.5.3",
"valtio": "^1.2.11",
"wouter": "^2.8.0-alpha.2",
"zod": "^3.11.6"
},
"devDependencies": {
"@types/carbon__icons-react": "^10.31.2",
"@types/geojson": "^7946.0.8",
"@types/jest": "^27.4.1",
"@types/mapbox-gl": "^2.7.3",
"@types/mapbox__mapbox-gl-draw": "^1.2.3",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.2",
"@types/node": "17.0.4",
"@types/ramda": "^0.27.64",
"@types/react": "17.0.38",
"@types/three": "^0.139.0",
"autoprefixer": "^10.4.0",
"jest": "^27.5.1",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"rimraf": "^3.0.2",
"tailwindcss": "^3.1.3",
"ts-jest": "^27.1.3",
"typescript": "4.5.4"
}
}