-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "html-webpack-plugin-x",
"version": "1.0.6",
"description": "html resource plugin for webpack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ixlei/html-resource-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"html"
],
"author": "ixlei",
"license": "ISC",
"bugs": {
"url": "https://github.com/ixlei/html-resource-webpack-plugin/issues"
},
"homepage": "https://github.com/ixlei/html-resource-webpack-plugin#readme",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"enhanced-resolve": "^4.0.0",
"fastparse": "^1.1.1",
"html-minifier": "^3.5.16",
"html-res-loader": "0.0.2",
"loader-utils": "^1.1.0",
"lodash": "^4.17.5",
"object-assign": "^4.1.1",
"pretty-error": "^2.1.1",
"raw-loader": "^0.5.1",
"resolve-from": "^4.0.0"
}
}