-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
executable file
·72 lines (72 loc) · 1.95 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
{
"name": "html-res-webpack-plugin",
"version": "4.0.7",
"description": "html generation and resource inline or md5 for webpack",
"keywords": [
"front-end",
"web",
"webpack",
"plugin",
"building tool"
],
"homepage": "https://github.com/lcxfs1991/html-res-webpack-plugin",
"bugs": {
"url": "https://github.com/lcxfs1991/html-res-webpack-plugin/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:lcxfs1991/html-res-webpack-plugin.git"
},
"author": "heyli",
"files": [
"bin",
"libs",
"index.js"
],
"scripts": {
"pretest": "node ./runWebpack/index.js",
"lint": "eslint index.js libs",
"test": "npm run lint && mocha",
"travis": "npm run cover -- --report lcovonly"
},
"dependencies": {
"bluebird": "^3.5.1",
"chalk": "^2.4.1",
"fs-extra": "^7.0.0",
"html-minifier": "^3.5.19",
"loader-utils": "^1.1.0",
"lodash": "^4.17.10",
"rimraf": "^2.6.1"
},
"devDependencies": {
"async": "^2.6.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin-hash": "^6.0.0",
"css-loader": "^1.0.0",
"eslint": "^5.2.0",
"expect.js": "^0.3.1",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"klaw": "^2.1.1",
"less": "^3.7.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.1",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"sinon": "^6.1.4",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.16.1",
"webpack-asset-pipeline": "^1.1.1"
},
"peerDependencies": {
"html-loader": "0.5.x"
},
"license": "MIT",
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
}
}