-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "4.0.0-alpha.6",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"node-polyglot": "^2.2.2",
"papaparse": "^4.3.6",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-router-redux": "next",
"react-scripts": "1.0.13",
"react-test-renderer": "^16.0.0",
"react-transition-group": "^1.1.2",
"reactstrap": "^4.8.0",
"redux": "^3.7.2",
"redux-form": "^7.1.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"sinon": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && echo '/* /index.html 200' > build/_redirects",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}