-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "dream",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"start": "concurrently \"webpack --progress --watch\" \"node app.js\""
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.17.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"concurrently": "^3.5.0",
"express": "^4.16.2",
"fs": "0.0.1-security",
"html-webpack-plugin": "^2.30.1",
"path": "^0.12.7",
"react": "^16.0.0",
"react-bootstrap": "^0.31.5",
"react-bootstrap-alert": "^1.0.7",
"react-bootstrap-button-loader": "^1.0.10",
"react-bootstrap-validation": "^0.1.11",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-toastify": "^2.2.0",
"react-toastr": "^3.0.0",
"react-validation": "^3.0.7",
"redux": "^3.7.2",
"redux-form": "^7.1.2",
"redux-thunk": "^2.2.0",
"webpack": "^3.7.1"
}
}