-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 863 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
{
"name": "crud-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^3.3.7",
"create-react-class": "^15.6.2",
"flow-bin": "^0.62.0",
"history": "^4.7.2",
"react": "^16.2.0",
"react-bootstrap": "^0.31.5",
"react-bootstrap-date-picker": "github:pushtell/react-bootstrap-date-picker#f622dc8872dd180324ba5d3c295d009848f5814b",
"react-dom": "^16.2.0",
"react-facebook-login": "^3.7.2",
"react-redux": "^5.0.6",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow"
},
"devDependencies": {}
}