forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 934 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": "hashed-folder-copy-plugin-webpack4-test",
"description": "Building this project exercises @rushstack/hashed-folder-copy-plugin with Webpack 4.",
"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-webpack4-plugin": "workspace:*",
"@rushstack/webpack4-module-minifier-plugin": "workspace:*",
"@rushstack/set-webpack-public-path-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": "~4.47.0"
}
}