-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.21 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
{
"name": "drought-monitor",
"version": "1.0",
"description": "interactive drought maps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next -p 3000",
"build": "next build && next export",
"start": "next start",
"export": "next build && next export"
},
"keywords": [
"Woodwell",
"risk",
"drought",
"crops",
"agriculture",
"mapping",
"carbonplan",
"webgl",
"mapbox",
"regl"
],
"author": "jakidxav",
"license": "MIT",
"dependencies": {
"@carbonplan/charts": "^3.1.1",
"@carbonplan/colormaps": "^4.0.0",
"@carbonplan/components": "^12.6.1",
"@carbonplan/icons": "^2.0.0",
"@carbonplan/layouts": "^4.1.0",
"@carbonplan/maps": "^3.3.1",
"@carbonplan/minimaps": "^2.4.1",
"@carbonplan/theme": "^8.1.0",
"@emotion/react": "^11.11.4",
"@theme-ui/color": "^0.16.2",
"@theme-ui/match-media": "^0.16.2",
"d3": "^7.9.0",
"file-saver": "^2.0.5",
"next": "^14.2.10",
"react-animate-height": "^3.2.3",
"theme-ui": "^0.16.2",
"uuid": "^8.3.2",
"zustand": "^5.0.0-rc.2"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
}
}