-
Notifications
You must be signed in to change notification settings - Fork 607
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@rushstack/webpack4-module-minifier-plugin",
"version": "0.13.82",
"description": "This plugin splits minification of webpack compilations into smaller units.",
"main": "lib/index.js",
"typings": "dist/webpack4-module-minifier-plugin.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "webpack/webpack4-module-minifier-plugin"
},
"engines": {
"node": ">=10.17.1"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@types/webpack": "*",
"@types/webpack-sources": "*",
"webpack": "^4.31.0",
"webpack-sources": "~1.4.3",
"@types/node": "*"
},
"peerDependenciesMeta": {
"@types/webpack": {
"optional": true
},
"@types/webpack-sources": {
"optional": true
},
"@types/node": {
"optional": true
}
},
"dependencies": {
"@rushstack/module-minifier": "workspace:*",
"@rushstack/worker-pool": "workspace:*",
"@types/tapable": "1.0.6",
"tapable": "1.1.3"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"local-node-rig": "workspace:*",
"@types/webpack": "4.41.32",
"@types/webpack-sources": "1.4.2",
"webpack": "~4.47.0",
"webpack-sources": "~1.4.3"
},
"sideEffects": [
"./lib/OverrideWebpackIdentifierAllocation"
]
}