-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.64 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
{
"name": "buildx-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rimraf .next"
},
"dependencies": {
"@carbon/icons-react": "^11.45.0",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@oieduardorabelo/use-user-agent": "^5.0.1",
"@opensystemslab/buildx-core": "0.9.0-canary.12",
"@sentry/nextjs": "^8",
"@tanstack/react-table": "^8.19.3",
"@turf/turf": "^7.0.0",
"clsx": "^2.1.1",
"d3-dsv": "^3.0.1",
"date-fns": "^4.1.0",
"fathom-client": "^3.7.2",
"fp-ts": "^2.16.8",
"mapbox-gl": "^2.15.0",
"next": "14.2.21",
"react": "^18.3.1",
"react-cool-portal": "^1.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-map-gl": "^7.1.7",
"react-merge-refs": "^2.1.1",
"react-use": "^17.5.1",
"react-use-measure": "^2.1.1",
"suspend-react": "^0.1.3",
"three": "^0.166.1",
"use-debounce": "^10.0.1",
"usehooks-ts": "^3.1.0",
"valtio": "^1.13.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/d3-dsv": "^3.0.7",
"@types/geojson": "^7946.0.14",
"@types/mapbox-gl": "^2.7.21",
"@types/mapbox__mapbox-gl-draw": "^1.4.6",
"@types/mapbox__mapbox-gl-geocoder": "^5.0.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.166.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
}
}