forked from easy-team/webpack-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.5 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
{
"name": "webpack-tool",
"version": "4.4.3",
"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": "^1.1.3",
"detect-port": "^1.2.3",
"easy-helper": "^1.0.2",
"http-proxy": "^1.17.0",
"kcors": "^1.3.2",
"koa": "^1.2.4",
"koa-history-api-fallback": "git+https://github.com/dalhorinek/koa-history-api-fallback.git#master",
"koa-webpack-hot-middleware": "^1.0.3",
"node-tool-utils": "^1.0.0",
"opn": "^5.1.0",
"webpack": "^4.13.0",
"webpack-dev-middleware": "3.6.0",
"webpack-merge": "^4.1.0"
},
"devDependencies": {
"conventional-changelog-cli": "^1.3.5",
"eslint": "^3.18.0",
"eslint-config-eslint": "^4.0.0"
},
"engines": {
"node": ">=6.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": "6,8,10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hubcarl/webpack-tool.git"
},
"bugs": {
"url": "https://github.com/hubcarl/webpack-tool/issues"
},
"homepage": "https://github.com/hubcarl/webpack-tool#readme",
"author": "[email protected]",
"license": "MIT"
}