-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.76 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": "climate-change-industry",
"version": "0.1.0",
"homepage": "https://centerofci.github.io/climate-change-industry",
"private": true,
"dependencies": {
"classnames": "^2.2.6",
"d3": "^6.3.1",
"d3-array": "^2.4.0",
"d3-fetch": "^1.2.0",
"d3-force": "^2.0.1",
"d3-format": "^2.0.0",
"d3-geo": "^1.12.1",
"d3-geo-projection": "^3.0.0",
"d3-hierarchy": "^1.1.9",
"d3-request": "^1.0.6",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^1.5.0",
"d3-shape": "^1.3.7",
"d3-time-format": "^2.2.3",
"dotenv": "^8.2.0",
"konva": "^8.1.1",
"lodash": "^4.17.21",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-globe.gl": "^2.17.0",
"react-konva": "^17.0.2-5",
"react-scripts": "^2.1.8",
"react-select": "^4.3.0",
"react-three-fiber": "^5.3.19",
"svgpath": "^2.3.1",
"three": "^0.126.1"
},
"devDependencies": {
"basic-ftp": "^4.6.6",
"cheerio": "^1.0.0-rc.10",
"gh-pages": "^3.1.0",
"node-fetch": "^2.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "BUILD_PATH=build PUBLIC_URL=/ && react-scripts build",
"github": "BUILD_PATH=docs PUBLIC_URL=/climate-change-industry react-scripts build",
"predeploy": "CI='' npm run build",
"deploy": "gh-pages -d build",
"data": "node getData.js",
"scrape-data": "node fetchSeaLevels.js && node fetchCo2Levels.js && node fetchCh4Levels.js && node fetchTempLevels.js",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}