This repository has been archived by the owner on Mar 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.98 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
{
"name": "xianyu",
"version": "0.5.1",
"description": "一个「约定大于配置的」Webpack 工作流程",
"bin": {
"xianyu": "./bin/xianyu.js"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liuweifeng/xianyu.git"
},
"author": {
"name": "Liu Weifeng",
"email": "skdlwf@163.com",
"url": "https://github.com/liuweifeng"
},
"contributors": [
{
"name": "Liu Weifeng",
"email": "skdlwf@163.com",
"url": "https://github.com/liuweifeng"
}
],
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"bugs": {
"url": "https://github.com/liuweifeng/xianyu/issues"
},
"homepage": "https://github.com/liuweifeng/xianyu#readme",
"keywords": [
"webpack"
],
"dependencies": {
"assets-webpack-plugin": "^3.4.0",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.6.1",
"commander": "^2.9.0",
"css-loader": "^0.23.1",
"ejs-compiled-loader": "^2.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.16.0",
"json-loader": "^0.5.4",
"path-exists": "^2.1.0",
"progress-bar-webpack-plugin": "^1.6.0",
"raw-loader": "^0.5.1",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"style-loader": "^0.13.1",
"update-notifier": "^0.6.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "^0.12.0"
},
"devDependencies": {
"eslint": "^2.8.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.0",
"eslint-plugin-jsx-a11y": "^1.0.3",
"eslint-plugin-react": "^5.0.1"
}
}