-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
72 lines (72 loc) · 1.92 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
71
72
{
"name": "react-redux-lazy-load",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"dev": "cross-env NODE_ENV=dev webpack --watch",
"prod": "webpack -p --config=webpack.production.config.js",
"heroku-postbuild": "echo \"Succcess: Deploy Successfully\""
},
"pre-commit": [
"test"
],
"author": "[email protected]",
"engines": {
"node": "8.9.1"
},
"license": "MIT",
"dependencies": {
"axios": "^0.17.1",
"body": "^5.1.0",
"body-parser": "^1.17.1",
"express": "^4.16.2",
"history": "^4.7.2",
"method-override": "^2.3.10",
"morgan": "^1.8.1"
},
"devDependencies": {
"@types/bootstrap": "^3.3.36",
"@types/flux": "^3.0.1",
"@types/history": "^4.5.0",
"@types/jquery": "^2.0.41",
"@types/node": "^7.0.11",
"@types/react": "^15.0.14",
"@types/react-dom": "^0.14.23",
"@types/react-router": "^4.0.1",
"@types/react-router-dom": "^4.0.2",
"@types/systemjs": "^0.20.2",
"@types/webpack": "^2.2.12",
"bootstrap-sass": "^3.3.7",
"bundle-loader": "^0.5.5",
"classnames": "^2.2.5",
"cross-env": "^5.1.3",
"css-loader": "^0.26.4",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"jquery": "^3.2.1",
"moment": "^2.20.1",
"node-sass": "^4.5.1",
"path": "^0.12.7",
"pre-commit": "^1.2.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-infinite-scroller": "^1.1.2",
"react-redux": "^5.0.5",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-saga": "^0.15.6",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.2",
"ts-loader": "^3.2.0",
"tslint": "^5.9.1",
"tslint-react": "^2.5.0",
"typescript": "^2.6.2",
"url-loader": "^0.5.8",
"webpack": "^3.10.0",
"webpack-shell-plugin": "^0.5.0"
}
}