-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
69 lines (69 loc) · 1.94 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
{
"name": "mfe_base_build",
"version": "1.0.0",
"description": "前后端分离方案",
"main": "upload.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.config.js",
"mock": "vane mock -o 3000 -t mock/ --port 8809",
"dev": "npm run start & npm run mock",
"build": "webpack --progress --colors",
"lint": "eslint ./app --ext .js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-3": "^6.17.0",
"bundle-loader": "0.5.4",
"css-loader": "0.16.0",
"eslint": "^3.1.0",
"eslint-loader": "^1.5.0",
"file-loader": "0.8.5",
"handlebars": "4.0.5",
"handlebars-loader": "1.1.4",
"happypack": "^2.1.1",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.9.0",
"json-loader": "0.5.4",
"jsx-loader": "^0.13.2",
"md5": "2.1.0",
"mss-sdk": "2.0.0",
"node-sass": "3.4.2",
"open-browser-webpack-plugin": "0.0.1",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"sass-loader": "3.1.2",
"style-loader": "0.12.4",
"url-loader": "0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "1.14.1",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "0.7.3"
},
"dependencies": {
"antd": "^2.0.0",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-plugin-antd": "^0.5.1",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-3": "^6.17.0",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.1.3",
"less-loader": "^2.2.3",
"lodash": "4.6.1",
"moment": "2.11.2",
"q": "1.4.1",
"react-router": "^2.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/chen2009277025/webpack-ant-design-demo"
}
}