-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathpackage.json
91 lines (91 loc) · 2.76 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
{
"name": "react-antd",
"version": "1.0.0",
"description": "基于react + redux + immutable + less + ES6/7 + webpack + fetch + react-router + antd(1.x)实现的SPA后台管理系统模板",
"main": "server.js",
"scripts": {
"dev": "node server.js",
"dist": "yarn run dll && cross-env NODE_ENV=production webpack --display-error-details --config webpack.config.dist.js --progress --colors -p",
"dll": "webpack --config webpack.dll.config.js --progress --colors -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sosout/react-antd.git"
},
"keywords": [
"react",
"redux",
"immutable",
"less",
"ES6/7",
"webpack",
"fetch",
"react-router",
"antd(1.x)",
"SPA后台管理系统模板"
],
"author": "sosout",
"license": "ISC",
"private": true,
"bugs": {
"url": "https://github.com/sosout/react-antd/issues"
},
"homepage": "https://github.com/sosout/react-antd#readme",
"dependencies": {
"antd": "^2.7.2",
"babel-runtime": "^6.23.0",
"echarts": "^3.6.2",
"immutable": "^3.8.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"redux": "^3.6.0",
"redux-immutablejs": "^0.0.8",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"autoprefixer": "^7.1.1",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.18.2",
"babel-loader": "^7.0.0",
"babel-plugin-import": "^1.1.1",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.16.0",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^3.1.3",
"css-loader": "^0.23.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.8.5",
"happypack": "3.1.0",
"html-webpack-plugin": "^2.22.0",
"http-proxy-middleware": "^0.17.3",
"isomorphic-fetch": "^2.2.1",
"jsx-loader": "^0.13.2",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"opn": "^5.1.0",
"postcss-loader": "^2.0.6",
"pure-render-decorator": "^1.2.1",
"react-hot-loader": "^1.3.1",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "2.2.1",
"webpack-bundle-analyzer": "^2.8.3",
"webpack-dev-middleware": "^1.12.0",
"webpack-dev-server": "^2.6.1",
"webpack-hot-middleware": "^2.18.2",
"webpack-parallel-uglify-plugin": "^0.4.2"
}
}