forked from easy-team/easywebpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
150 lines (150 loc) · 4.29 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "easywebpack",
"version": "4.11.10",
"description": "基于 Webpack 的前端构建工程化解决方案",
"keywords": [
"webpack",
"webpack4",
"webpack 4",
"hot reload",
"webpack-tool",
"server side render",
"webpack-generator"
],
"dependencies": {
"autoprefixer": "^9.1.5",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.9.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.6.0",
"cache-loader": "^1.2.2",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^2.0.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.3",
"cross-spawn": "^5.1.0",
"css-loader": "^0.28.4",
"detect-port": "^1.2.3",
"directory-named-webpack-plugin": "^2.2.3",
"eslint": "^4.3.0",
"eslint-config-egg": "^7.1.0",
"eslint-loader": "^2.0.0",
"file-loader": "^1.1.10",
"glob": "^7.1.3",
"html-webpack-plugin": "^3.0.6",
"lodash.clonedeep": "^4.5.0",
"lodash.clonedeepwith": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
"lodash.merge": "^4.6.1",
"lodash.set": "^4.3.2",
"lodash.uniq": "^4.5.0",
"md5": "^2.2.1",
"mini-css-extract-plugin": "^0.4.0",
"node-noop": "^1.0.0",
"node-tool-utils": "^1.0.0",
"npm-install-webpack-plugin": "^4.0.5",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.10.0",
"service-worker-precache-webpack-plugin": "^1.0.0",
"shelljs": "^0.7.4",
"style-loader": "^0.18.2",
"terser-webpack-plugin": "^1.1.0",
"thread-loader": "^1.1.5",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^0.5.8",
"webpack-asset-file-plugin": "^1.0.0",
"webpack-filter-warnings-plugin": "^1.2.0",
"webpack-hot-middleware": "^2.13.2",
"webpack-manifest-resource-plugin": "^4.0.0",
"webpack-node-externals": "^1.6.0",
"webpack-tool": "^4.2.0"
},
"devDependencies": {
"chai": "^4.0.0",
"codecov": "^2.3.0",
"conventional-changelog-cli": "^1.3.5",
"coveralls": "^2.13.1",
"eslint-config-eslint": "^4.0.0",
"imagemin-webpack-plugin": "^1.5.2",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"mocha": "^3.4.2",
"node-tool-utils": "^1.0.0",
"nyc": "^11.1.0",
"sass-loader": "^6.0.6",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
},
"fullDependencies": {
"babel-core": "latest",
"babel-eslint": "latest",
"babel-loader": "latest",
"babel-runtime": "latest",
"chalk": "latest",
"eslint-loader": "latest",
"html-webpack-plugin": "latest",
"imagemin-webpack-plugin": "latest",
"less": "latest",
"less-loader": "latest",
"lodash.clonedeep": "latest",
"node-noop": "latest",
"node-sass": "latest",
"npm-install-webpack-plugin": "latest",
"sass-loader": "latest",
"stats-webpack-plugin": "latest",
"stylus": "latest",
"stylus-loader": "latest"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"start": "node index.js",
"lint": "eslint .",
"fix": "eslint --fix .",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "nyc --reporter=html --reporter=text mocha --timeout=1000000",
"cov": "nyc report --reporter=lcov > coverage.lcov && codecov --token=e8eba710-8df2-4a1c-bb50-ccd15a2079e6",
"ii": "npm install --registry https://registry.npm.taobao.org"
},
"files": [
"index.js",
"utils",
"lib",
"config",
"tool"
],
"nyc": {
"exclude": [
"**/*.spec.js",
"lib/logger.js",
"utils/*.js",
"index.js",
"config/*.js",
"config/plugin/**.js",
"test/*.test.js",
"build"
]
},
"ci": {
"version": "6, 8, 9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easy-team/easywebpack.git"
},
"bugs": {
"url": "https://github.com/easy-team/easywebpack/issues"
},
"homepage": "https://github.com/easy-team/easywebpack#readme",
"author": "hubcarl@126.com",
"license": "MIT"
}