-
Notifications
You must be signed in to change notification settings - Fork 607
/
package.json
39 lines (39 loc) · 1.14 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
{
"name": "@rushstack/heft-webpack5-plugin",
"version": "0.11.4",
"description": "Heft plugin for Webpack 5",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "heft-plugins/heft-webpack5-plugin"
},
"homepage": "https://rushstack.io/pages/heft/overview/",
"main": "lib/index.js",
"types": "dist/heft-webpack5-plugin.d.ts",
"license": "MIT",
"scripts": {
"build": "heft build --clean",
"start": "heft test --clean --watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.68.6",
"webpack": "^5.82.1"
},
"dependencies": {
"@rushstack/debug-certificate-manager": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@types/tapable": "1.0.6",
"tapable": "1.1.3",
"watchpack": "2.4.0",
"webpack-dev-server": "^5.1.0"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"@rushstack/terminal": "workspace:*",
"@types/watchpack": "2.4.0",
"webpack": "~5.95.0",
"local-node-rig": "workspace:*"
}
}