-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.57 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
{
"name": "government-fyi",
"author": "Tomiwa Ademidun",
"version": "1.0.0",
"private": true,
"dependencies": {
"antd": "^3.23.6",
"bootstrap": "^4.3.1",
"d3-array": "^1.2.4",
"d3-axis": "^1.0.12",
"d3-dsv": "^1.0.10",
"d3-geo": "^1.11.1",
"d3-request": "^1.0.6",
"d3-scale": "^2.1.2",
"d3-selection": "^1.3.2",
"d3-shape": "^1.2.2",
"d3-time": "^1.0.10",
"d3-time-format": "^2.1.3",
"d3-transition": "^1.1.3",
"enquire-js": "^0.2.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"jquery": "^3.4.1",
"loadable-components": "^2.2.3",
"netlify-cli": "^2.17.0",
"node-sass": "^4.12.0",
"prop-types": "^15.6.2",
"rc-queue-anim": "^1.8.2",
"rc-scroll-anim": "^2.6.2",
"rc-tween-one": "^2.6.5",
"react": "^16.4.1",
"react-bootstrap": "^1.0.0-beta.14",
"react-click-outside": "^3.0.1",
"react-dom": "^16.4.1",
"react-flexbox-grid": "^2.1.2",
"react-helmet": "^5.2.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-ga": "^1.2.2",
"react-scripts": "^3.2.0",
"styled-components": "^3.4.2",
"topojson": "^3.0.2"
},
"scripts": {
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}