-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.72 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
{
"name": "palmwatch-site",
"repository": "https://github.com/vercel/examples.git",
"license": "MIT",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@deck.gl/core": "8.9.35",
"@deck.gl/layers": "8.9.35",
"@deck.gl/mapbox": "8.9.35",
"@mapbox/mapbox-gl-geocoder": "5.0.1",
"@math.gl/web-mercator": "3.6.3",
"@portabletext/react": "3.0.11",
"@sanity/image-url": "1.0.2",
"@sanity/ui": "2.0.1",
"@sanity/vision": "3.26.0",
"@tailwindcss/typography": "0.5.10",
"@tanstack/react-query": "4.35.3",
"@turf/bbox": "6.5.0",
"@types/node": "18.15.11",
"@types/papaparse": "5.3.14",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "1.1.1",
"@vercel/blob": "0.8.3",
"arquero": "5.2.0",
"autoprefixer": "10.4.14",
"daisyui": "3.7.7",
"deck.gl": "8.9.35",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"lodash": "4.17.21",
"lodash.debounce": "4.0.8",
"mapbox-gl": "2.15.0",
"maplibre-gl": "3.3.1",
"nanoid": "4.0.2",
"next": "14.1.0",
"next-sanity": "7.0.10",
"papaparse": "5.4.1",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "2.4.0",
"react-map-gl": "7.1.6",
"react-papaparse": "4.2.2",
"react-query": "3.39.3",
"recharts": "2.8.0",
"sanity": "3.26.0",
"styled-components": "~6.1.8",
"tailwind-capitalize-first-letter": "1.0.4",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"zustand": "4.4.1"
},
"devDependencies": {
"@types/ms": "0.7.31",
"turbo": "1.9.3"
}
}