-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.91 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
63
64
65
66
67
68
69
70
{
"name": "example_3_react_redux",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"webpack": "webpack",
"test": "mocha",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"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",
"body-parser": "^1.18.2",
"express": "^4.16.1",
"express-mysql-session": "^1.2.2",
"history": "^4.7.2",
"input-moment": "^0.4.0",
"jquery": "^3.2.1",
"moment": "^2.19.1",
"mysql": "^2.14.1",
"pbkdf2-password": "^1.2.1",
"pug": "^2.0.0-rc.4",
"react": "^16.0.0",
"react-bootstrap": "^0.31.3",
"react-bootstrap-modal": "^3.0.1",
"react-bootstrap-table": "^4.0.6",
"react-close-on-escape": "^2.0.0",
"react-datetime": "^2.10.3",
"react-dom": "^16.0.0",
"react-dropdown": "^1.3.2",
"react-html-table-to-excel": "^2.0.0",
"react-input-mask": "^1.0.7",
"react-interval": "^2.0.2",
"react-maskedinput": "^4.0.0",
"react-modal": "^3.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-text-mask": "^5.0.2",
"react-textarea-autosize": "^5.1.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"router": "^1.3.2",
"session-file-store": "^1.1.2",
"webpack": "^3.6.0"
},
"devDependencies": {
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^1.1.4",
"html-webpack-plugin": "^2.30.1",
"jshint": "^2.9.5",
"json-loader": "^0.5.7",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.6.1",
"webpack": "^3.6.0"
}
}