forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "webpack-local-version-test",
"description": "Building this project tests the rig loading for the local version of webpack",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "heft --debug build --clean",
"start": "heft build-watch",
"_phase:build": "heft run --only build -- --clean"
},
"devDependencies": {
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@rushstack/heft-webpack5-plugin": "workspace:*",
"@rushstack/heft": "workspace:*",
"@types/webpack-env": "1.18.8",
"eslint": "~9.25.1",
"html-webpack-plugin": "~5.5.0",
"typescript": "~5.8.2",
"webpack": "~5.105.0"
}
}