-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "react-redux-starter-kit",
"version": "0.0.1",
"description": "",
"scripts": {
"dev": "node dev.js",
"build": "NODE_ENV=production webpack"
},
"port": {
"webpack": 3005,
"mock": 8005
},
"repository": {
"type": "git",
"url": "https://github.com/luckyjing/react-redux-scaffold.git"
},
"author": "LuckyJing",
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.9.0",
"jquery": "^3.1.1"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-typecheck": "^3.9.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"connect": "^3.5.0",
"css-loader": "^0.26.0",
"del": "^2.2.2",
"ejs-loader": "^0.3.0",
"extract-text-webpack-plugin": "^2.1.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.24.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mock2easy-middleware": "^0.0.2",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2"
}
}