forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "@rushstack/set-webpack-public-path-plugin",
"version": "3.3.91",
"description": "This plugin sets the webpack public path at runtime.",
"main": "lib/index.js",
"typings": "dist/set-webpack-public-path-plugin.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "webpack/set-webpack-public-path-plugin"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft build --clean"
},
"peerDependencies": {
"@types/webpack": "^4.39.8",
"webpack": "^5.35.1"
},
"peerDependenciesMeta": {
"@types/webpack": {
"optional": true
},
"webpack": {
"optional": true
}
},
"dependencies": {
"@rushstack/webpack-plugin-utilities": "workspace:*"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-node-rig": "workspace:*",
"@rushstack/heft-webpack5-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "14.18.36",
"@types/tapable": "1.0.6",
"@types/webpack": "4.41.32"
}
}