forked from rlog/webpack-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.71 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
{
"name": "ent-web",
"version": "0.0.1",
"description": "WEBPACE BASE INIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:Hazel54/webpack-base.git"
},
"scripts": {
"dev": "webpack-dev-server --hot --inline --color --port 8888 --content-base dev",
"prod": "webpack -p --config webpack.prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "qian.zhang2001@gmail.com",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"body-parser": "^1.14.1",
"css-loader": "^0.23.0",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^9.0.0",
"eslint-plugin-react": "^5.2.0",
"file-loader": "^0.8.4",
"html-loader": "^0.3.0",
"node-sass": "^3.4.2",
"react-hot-loader": "^1.3.0",
"react-proxy-loader": "^0.3.4",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"uuid": "^2.0.1",
"redux-devtools": "^3.1.0",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.4",
"webpack": "^1.12.8",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"history": "^1.13.1",
"lodash": "^4.0.0",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-dnd": "^2.1.4",
"react-redux": "^4.3.0",
"react-router": "^2.0.0",
"react-router-redux": "^4.0.0",
"redux": "^3.2.1",
"redux-thunk": "^1.0.3",
"superagent": "^1.4.0"
},
"keywords": [
"react",
"react-router",
"webpack",
"sass",
"hot-loader"
]
}