-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.54 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
44
45
46
47
48
49
50
51
52
{
"name": "@theopenweb/webpack-helpers",
"version": "1.6.0",
"description": "Collection of webpack helpers for easily generating config.",
"main": "index.js",
"scripts": {
"test": "node ./test.js"
},
"keywords": [
"webpack",
"helpers",
"utilities",
"config",
"rules",
"loaders"
],
"repository": {
"type": "git",
"url": "git+https://github.com/theopenwebjp/webpack-helpers.git"
},
"author": "The Open Web <noreply@theopenweb.jp> (https://theopenweb.jp)",
"contributors": [
"Damien Golding <noreply@damiengolding.com> (https://damiengolding.com)"
],
"homepage": "https://theopenweb.info",
"bugs": {
"url": "https://github.com/theopenwebjp/webpack-helpers/issues"
},
"license": "MIT",
"private": false,
"dependencies": {
"circular-dependency-plugin": "^5.2.2",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"csso": "^5.0.2",
"html-minifier": "^4.0.0",
"mustache": "^4.2.0",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.68.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.10.0",
"workbox-webpack-plugin": "^6.5.4"
},
"devDependencies": {
"@types/circular-dependency-plugin": "^5.0.5",
"@types/csso": "^5.0.0",
"@types/html-minifier": "^4.0.2",
"@types/mustache": "^4.2.2",
"@types/webpack-bundle-analyzer": "^4.6.0"
}
}