forked from JasonBai007/react-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.32 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
{
"name": "reactseed",
"version": "3.0.0",
"description": "a seed for a project using react antd and webpack",
"main": "app/src/main.jsx",
"scripts": {
"build": "rimraf app/dist && webpack --progress --colors --config webpack.production.config.js",
"start": "webpack-dev-server --progress --hot --colors"
},
"dependencies": {
"animate.css": "^3.5.1",
"antd": "^2.6.1",
"babel-runtime": "^6.11.6",
"console-polyfill": "^0.2.2",
"echarts": "^3.4.0",
"history": "^4.5.1",
"jquery": "^3.1.1",
"moment": "^2.15.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.4.0"
},
"devDependencies": {
"babel-core": "6.x",
"babel-eslint": "6.x",
"babel-loader": "6.x",
"babel-plugin-import": "^1.0.1",
"babel-preset-es2015": "6.x",
"babel-preset-react": "6.x",
"babel-preset-stage-0": "6.x",
"css-loader": "~0.23.0",
"es5-shim": "^4.5.8",
"extract-text-webpack-plugin": "*",
"file-loader": "*",
"less": "*",
"less-loader": "*",
"mockjs": "^1.0.1-beta3",
"open-browser-webpack-plugin": "*",
"rimraf": "^2.5.4",
"style-loader": "*",
"url-loader": "*",
"webpack": "*",
"webpack-dev-server": "*"
},
"keywords": [
"es6",
"react",
"webpack"
],
"author": "Bai Yanyun",
"license": "MIT"
}