-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.34 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
{
"homepage": "http://journalists-resource.github.io/counting-for-dollars",
"name": "reactd3",
"version": "0.1.0",
"private": true,
"devDependencies": {
"gh-pages": "^2.2.0",
"react-scripts": "0.7.0"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^4.5.1",
"@material-ui/core": "^4.9.10",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.49",
"d3-array": "^1.0.1",
"d3-axis": "1.0.3",
"d3-brush": "1.0.3",
"d3-fetch": "^1.1.2",
"d3-geo": "^1.2.6",
"d3-hierarchy": "^1.1.9",
"d3-scale": "1.0.3",
"d3-scale-chromatic": "^1.5.0",
"d3-selection": "1.0.2",
"d3-shape": "1.0.3",
"d3-svg-legend": "2.15.0",
"d3-textwrap": "^2.0.2",
"d3-tip": "^0.9.1",
"d3-transition": "1.0.3",
"gh-pages": "^2.2.0",
"mapbox-gl": "^1.8.0",
"mapbox-gl-geocoder": "^2.0.1",
"react": "16.8.0",
"react-csv": "^2.0.1",
"react-dom": "16.8.0",
"react-router-dom": "^5.1.2",
"react-scripts": "0.7.0",
"react-simple-maps": "^1.0.0-beta.0",
"react-tooltip": "^3.11.2",
"topojson-client": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}