-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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.2",
"antd": "2.6.1",
"babel-runtime": "6.20.0",
"console-polyfill": "0.2.3",
"echarts": "3.4.0",
"history": "4.5.1",
"jquery": "3.1.1",
"moment": "2.19.3",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-router": "2.8.1"
},
"devDependencies": {
"babel-core": "6.21.0",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.10",
"babel-plugin-import": "1.1.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"css-loader": "0.23.1",
"es5-shim": "4.5.9",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.9.0",
"less": "2.7.2",
"less-loader": "2.2.3",
"mockjs": "1.0.1-beta3",
"open-browser-webpack-plugin": "0.0.3",
"rimraf": "2.5.4",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "2.4.1",
"webpack-dev-server": "1.16.2"
},
"keywords": [
"es6",
"react",
"webpack"
],
"author": "Bai Yanyun",
"license": "MIT"
}