forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "@rushstack/heft-webpack4-plugin",
"version": "0.3.32",
"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": "dist/heft-webpack4-plugin.d.ts",
"license": "MIT",
"scripts": {
"build": "heft build --clean",
"start": "heft test --clean --watch",
"_phase:build": "heft build --clean",
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.44.2"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
"webpack": "~4.44.2",
"webpack-dev-server": "~3.11.0"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-node-rig": "workspace:*",
"@types/node": "12.20.24",
"@types/webpack": "4.41.24",
"@types/webpack-dev-server": "3.11.3"
}
}