-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
101 lines (101 loc) · 2.89 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "react-redux",
"version": "1.0.1",
"description": "react redux Example @IT·平头哥联盟-首席填坑官∙苏南",
"main": "app.js",
"scripts": {
"start": "node build/app.js",
"dev": "node build/devServer.js",
"clean": "rm -rf assets ",
"build:prd": "set WEBPACK_ENV=production && webpack --config build/webpack.config.prd.js",
"build": "npm run clean && npm run build:prd"
},
"repository": {
"type": "git",
"url": "https://github.com/meibin08/react-redux.git"
},
"files": [
"lib",
"src",
"es"
],
"keywords": [
"react",
"reactjs",
"hot",
"reload",
"hmr",
"live",
"edit",
"redux-thunk",
"redux",
"首席填坑官∙苏南",
"@IT·平头哥联盟-首席填坑官∙苏南",
"前端","React.js小书","教程","node.js","JavaScript 库","webpack","ES6","express","构建用户界面","组件化","入门教程"
],
"dependencies": {
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"debug": "^2.2.0",
"ejs": "^2.4.2",
"express": "^4.16.3",
"http-proxy": "^1.14.0",
"log4js": "^0.6.38",
"morgan": "^1.7.0",
"winston": "^2.2.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^8.0.1",
"babel-jest": "^20.0.3",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^*",
"crypto-js": "^3.1.9-1",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"dragon-mobile-ui": "0.0.40",
"es6-promise": "^3.2.1",
"extract-text-webpack-plugin": "^2.1.2",
"fastclick": "^1.0.6",
"file-loader": "^0.11.1",
"history": "^2.1.2",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.17.0",
"iscroll": "^5.2.0",
"isomorphic-fetch": "^2.2.1",
"node-sass": "^4.5.2",
"optimize-css-assets-webpack-plugin": "^1.3.2",
"postcss-loader": "^1.3.3",
"preload-webpack-plugin": "^2.1.1",
"react": "^0.14.0",
"react-cookie": "^0.4.8",
"react-dom": "^0.14.0",
"react-imageloader": "^2.1.0",
"react-redux": "^4.0.0",
"react-router": "^2.5.0",
"redux": "^3.0.4",
"redux-thunk": "^1.0.3",
"sass-loader": "^6.0.3",
"style-ext-html-webpack-plugin": "^3.4.7",
"style-loader": "^0.20.3",
"url-loader": "^0.5.7",
"webpack": "^3.6.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.2",
"webpack-parallel-uglify-plugin": "^0.4.1"
},
"author": "Bin.Mei <meibin08@163.com>,QQ群:386485473",
"license": "MIT"
}