-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.19 KB
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
{
"name": "template-extract-plugin",
"version": "0.4.1",
"description": "Extract a template which with css style tag from html-webpack-plugin result",
"main": "lib/plugin.js",
"typings": "lib/index.d.ts",
"scripts": {
"release:branch": "./build/branch.sh",
"release:version": "./build/version.sh",
"release": "npm run release:branch master && npm run release:version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BobbyLH/html-webpack-plugin-template.git"
},
"keywords": [
"webpack-plugin",
"webpack",
"plugin",
"template-extract-plugin"
],
"author": "bobby.li",
"license": "MIT",
"bugs": {
"url": "https://github.com/BobbyLH/html-webpack-plugin-template/issues"
},
"homepage": "https://github.com/BobbyLH/html-webpack-plugin-template#readme",
"devDependencies": {
"eslint": "^6.8.0",
"loader-utils": "^2.0.0",
"prettier": "^2.0.4",
"webpack": "^4.43.0"
},
"dependencies": {
"@babel/core": "~7.12.10",
"@babel/preset-env": "~7.12.10",
"babel-preset-minify": "~0.5.1",
"clean-css": "4.2.3",
"debug": "4.1.1",
"html-minifier-terser": "5.0.5",
"webpack-sources": "~1.4.3"
}
}