-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 982 Bytes
/
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
{
"name": "dynamic-html-webpack-plugin",
"version": "1.1.0",
"description": "A webpack plugin that reads all the html files in a given directory and adds an HtmlWebpackPlugin for each one of them automatically.",
"main": "index.js",
"scripts": {
"build": "webpack --mode development",
"build:prod": "webpack --mode production"
},
"keywords": [
"HtmlWebpackPlugin",
"Dynamic add HtmlWebpackPlugin",
"Webpack"
],
"author": "Bear_03#2935",
"license": "MIT",
"dependencies": {
"html-webpack-plugin": "^4.5.2"
},
"devDependencies": {
"eslint": "^7.20.0",
"html-loader": "^1.3.2",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bear-03/dynamic-html-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/Bear-03/dynamic-html-webpack-plugin/issues"
},
"homepage": "https://github.com/Bear-03/dynamic-html-webpack-plugin#readme"
}