-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 935 Bytes
/
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
{
"name": "offset-fire-dashboard",
"version": "1.0.0",
"description": "tracking and visualizing fires in offset projects",
"main": "index.js",
"scripts": {
"dev": "NODE_OPTIONS='--openssl-legacy-provider' next",
"build": "NODE_OPTIONS='--openssl-legacy-provider' next build",
"start": "NODE_OPTIONS='--openssl-legacy-provider' next start"
},
"author": "freeman-lab",
"license": "MIT",
"dependencies": {
"@carbonplan/charts": "^2.0.0",
"@carbonplan/components": "^8.0.0",
"@carbonplan/theme": "^6.0.1",
"@react-spring/web": "^9.2.4",
"@theme-ui/color": "^0.10.0",
"d3-fetch": "^2.0.0",
"d3-format": "^2.0.0",
"d3-geo": "^2.0.1",
"d3-scale": "^3.3.0",
"d3-shape": "^2.1.0",
"mapbox-gl": "^1.13.1",
"next": "^11.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"theme-ui": "^0.10.0",
"topojson-client": "^3.1.0",
"zarr-js": "^2.0.1"
}
}