-
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": "delete-ghost-scripts-plugin",
"version": "1.0.4",
"description": "A webpack plugin that removes any empty scripts that webpack may generate due to entry chunks that only contain non-js files.",
"main": "index.js",
"scripts": {
"build": "webpack --mode development",
"build:prod": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bear-03/delete-ghost-scripts-plugin.git"
},
"keywords": [
"Webpack",
"Empty Js",
"Empty Script",
"IgnoreFilesPlugin"
],
"author": "Bear_03#2935",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bear-03/delete-ghost-scripts-plugin/issues"
},
"homepage": "https://github.com/Bear-03/delete-ghost-scripts-plugin#readme",
"dependencies": {
"ignore-emit-webpack-plugin": "^2.0.6"
},
"devDependencies": {
"css-loader": "^5.0.2",
"dynamic-html-webpack-plugin": "^1.0.3",
"eslint": "^7.20.0",
"html-loader": "^1.3.2",
"mini-css-extract-plugin": "^1.3.8",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0"
}
}