-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.67 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
{
"name": "sst-map",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@deck.gl/core": "^9.0.29",
"@deck.gl/geo-layers": "^9.0.29",
"@deck.gl/layers": "^9.0.29",
"@deck.gl/react": "^9.0.29",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slider": "^1.2.0",
"@turf/turf": "^7.1.0",
"axios": "^1.7.7",
"chroma-js": "^3.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"d3-contour": "^4.0.2",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"deck.gl": "^9.0.29",
"geotiff": "^2.1.3",
"leaflet": "^1.9.4",
"leaflet-contour": "^1.0.0",
"leaflet-draw": "^1.0.4",
"leaflet-heatmap": "^1.0.0",
"leaflet.heat": "^0.2.0",
"lodash": "^4.17.21",
"lucide-react": "^0.438.0",
"mapbox-gl": "^3.6.0",
"netcdfjs": "^3.0.0",
"next": "14.2.7",
"node-cache": "^5.1.2",
"ol": "^10.1.0",
"react": "^18",
"react-dom": "^18",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-leaflet-draw": "^0.20.4",
"react-map-gl": "^7.1.7",
"recharts": "^2.12.7",
"regl": "^2.1.0",
"simpleheat": "^0.4.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"topojson-client": "^3.1.0",
"turf": "^3.0.14",
"world-atlas": "^2.0.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}