-
Notifications
You must be signed in to change notification settings - Fork 604
/
package.json
39 lines (39 loc) · 974 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
35
36
37
38
39
{
"name": "@rushstack/webpack-plugin-utilities",
"version": "0.4.62",
"description": "This plugin sets the webpack public path at runtime.",
"main": "lib/index.js",
"typings": "dist/webpack-plugin-utilities.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "webpack/webpack-plugin-utilities"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean"
},
"dependencies": {
"webpack-merge": "~5.8.0",
"memfs": "4.12.0"
},
"peerDependencies": {
"@types/webpack": "^4.39.8",
"webpack": "^5.35.1 || ^4.31.0"
},
"peerDependenciesMeta": {
"@types/webpack": {
"optional": true
},
"webpack": {
"optional": true
}
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"local-node-rig": "workspace:*",
"@types/tapable": "1.0.6",
"webpack": "~5.95.0"
}
}