forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 874 Bytes
/
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
{
"name": "set-webpack-public-path-plugin-test",
"description": "Building this project tests the set-webpack-public-path-plugin",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "heft 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:*",
"@rushstack/module-minifier": "workspace:*",
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
"@rushstack/webpack5-module-minifier-plugin": "workspace:*",
"@types/webpack-env": "1.18.0",
"eslint": "~8.57.0",
"html-webpack-plugin": "~5.5.0",
"typescript": "~5.4.2",
"webpack": "~5.95.0"
}
}