forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 857 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
{
"name": "hashed-folder-copy-plugin-webpack5-test",
"description": "Building this project exercises @rushstack/hashed-folder-copy-plugin with Webpack 5. NOTE - THIS TEST IS CURRENTLY EXPECTED TO BE BROKEN",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "heft build --clean",
"serve": "heft build-watch --serve",
"_phase:build": "heft run --only build -- --clean"
},
"devDependencies": {
"@rushstack/hashed-folder-copy-plugin": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@rushstack/heft-webpack5-plugin": "workspace:*",
"@types/webpack-env": "1.18.0",
"html-webpack-plugin": "~4.5.2",
"typescript": "~5.0.4",
"webpack-bundle-analyzer": "~4.5.0",
"webpack": "~5.82.1"
}
}