-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
66 lines (66 loc) · 1.51 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
{
"name": "webpack-tool",
"version": "5.0.5",
"description": "webpack build and webpack build result web view",
"keywords": [
"webpack",
"webpack3",
"webpack4",
"webpack build",
"webpack hot reload"
],
"dependencies": {
"art-template": "^4.11.0",
"chalk": "^4.1.0",
"detect-port": "^1.2.3",
"easy-helper": "^1.0.2",
"http-proxy": "^1.17.0",
"http-proxy-middleware": "^1.0.5",
"kcors": "^2.2.2",
"koa": "^2.13.0",
"koa2-connect": "^1.0.2",
"node-tool-utils": "^1.0.0",
"opn": "^6.0.0",
"webpack": "^5.0.0",
"webpack-dev-middleware": "4.0.0-rc.3",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.0.0"
},
"devDependencies": {
"conventional-changelog-cli": "^2.1.0",
"eslint": "^7.8.1",
"eslint-config-eslint": "^6.0.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"lint": "eslint .",
"fix": "eslint --fix .",
"test": "mocha test",
"ci": "npm run lint && npm run cov",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"files": [
"index.js",
"utils",
"lib",
"tool"
],
"ci": {
"version": "10, 12, 14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easy-team/webpack-tool.git"
},
"publishConfig": {
"tag": "5x"
},
"bugs": {
"url": "https://github.com/easy-team/webpack-tool/issues"
},
"homepage": "https://github.com/easy-team/webpack-tool#readme",
"author": "hubcarl@126.com",
"license": "MIT"
}