-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.56 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "buildx-reloaded",
"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.12.0",
"@mapbox/mapbox-gl-draw": "^1.4.1",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@oieduardorabelo/use-user-agent": "^5.0.1",
"@opensystemslab/buildx-core": "^0.2.0",
"@react-three/drei": "^9.68.6",
"@react-three/fiber": "^8.13.0",
"@sentry/nextjs": "^7.80.0",
"@speckle/objectloader": "^2.13.3",
"@tanstack/react-query": "^4.20.9",
"@tanstack/react-table": "^8.7.9",
"@trpc/client": "^10.31.0",
"@trpc/react-query": "^10.31.0",
"@trpc/server": "^10.31.0",
"@turf/turf": "^6.5.0",
"@use-gesture/react": "^10.2.20",
"airtable": "^0.11.4",
"camera-controls": "^1.37.2",
"clsx": "^1.2.1",
"comlink": "^4.4.1",
"crypto-js": "^4.1.1",
"d3-dsv": "^3.0.1",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.7",
"encoding": "^0.1.13",
"fathom-client": "^3.6.0",
"fp-ts": "^2.12.3",
"fp-ts-std": "^0.15.0",
"graphql": "^16.6.0",
"graphql-request": "^6.0.0",
"immer": "^9.0.15",
"js-yaml-loader": "^1.2.2",
"jszip": "^3.10.1",
"leva": "^0.9.34",
"mapbox-gl": "^2.11.1",
"next": "^13.5.6",
"postprocessing": "^6.31.0",
"react": "18.2.0",
"react-cool-portal": "^1.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.5",
"react-map-gl": "^7.0.23",
"react-merge-refs": "^1.1.0",
"react-use": "^17.4.0",
"react-use-measure": "^2.1.1",
"serialize-error": "^11.0.0",
"suspend-react": "^0.0.10",
"swr": "^1.3.0",
"three": "^0.153.0",
"three-mesh-bvh": "^0.5.16",
"three-stdlib": "^2.29.5",
"use-debounce": "^9.0.3",
"usehooks-ts": "^2.9.1",
"valtio": "^1.7.0",
"wouter": "^2.8.0-alpha.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.1.2",
"@types/carbon__icons-react": "11.12.0",
"@types/crypto-js": "^4.1.1",
"@types/d3-dsv": "^3.0.1",
"@types/mapbox-gl": "^2.7.10",
"@types/mapbox__mapbox-gl-draw": "^1.3.3",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.3",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/three": "^0.153.0",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"rimraf": "^3.0.2",
"tailwindcss": "^3.1.8",
"typescript": "^4.9.4"
}
}