forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.31 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
{
"name": "@rushstack/heft-webpack4-plugin",
"version": "0.7.13",
"description": "Heft plugin for Webpack 4",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "heft-plugins/heft-webpack4-plugin"
},
"homepage": "https://rushstack.io/pages/heft/overview/",
"main": "lib/index.js",
"types": "lib/index.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"
},
"peerDependenciesMeta": {
"@types/webpack": {
"optional": true
}
},
"peerDependencies": {
"@rushstack/heft": "^0.58.1",
"@types/webpack": "^4",
"webpack": "~4.44.2"
},
"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": "~4.9.3"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft-node-rig": "workspace:*",
"@rushstack/heft": "workspace:*",
"@types/node": "14.18.36",
"@types/watchpack": "2.4.0",
"@types/webpack": "4.41.32",
"webpack": "~4.44.2"
}
}