-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.66 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
{
"name": "atlas-of-ownership-tom",
"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.9.0",
"@portabletext/react": "^3.0.11",
"@sanity/image-url": "^1.0.1",
"@tanstack/react-query": "^4.22.0",
"@trpc/client": "^10.9.0",
"@trpc/next": "^10.9.0",
"@trpc/react": "^10.0.0-proxy-beta.15",
"@trpc/react-query": "^10.9.0",
"@trpc/server": "^10.9.0",
"clsx": "^1.2.1",
"fathom-client": "^3.5.0",
"fp-ts": "^2.12.3",
"framer-motion": "^7.5.3",
"geojson": "^0.5.0",
"lodash": "^4.17.21",
"mapbox-gl": "^2.10.0",
"match-sorter": "^6.3.1",
"next": "12.3.0",
"next-sanity": "^0.8.4",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-cool-portal": "^1.2.0",
"react-dom": "18.2.0",
"react-map-gl": "^7.0.19",
"react-use": "^17.4.0",
"superjson": "^1.12.2",
"swr": "^1.3.0",
"use-debounce": "^9.0.3",
"valtio": "^1.7.0",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/carbon__icons-react": "^11.8.0",
"@types/geojson": "^7946.0.10",
"@types/lodash": "^4.14.186",
"@types/mapbox-gl": "^2.7.5",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"postcss": "^8.4.31",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"sanity-codegen": "^0.9.8",
"tailwindcss": "^3.1.8",
"ts-to-zod": "^1.13.1",
"typescript": "^4.9.4"
}
}