-
Notifications
You must be signed in to change notification settings - Fork 604
/
package.json
32 lines (32 loc) · 1.18 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
{
"name": "heft-webpack4-everything-test",
"description": "Building this project tests every task and config file for Heft when targeting the web browser runtime using Webpack 4",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "heft build --clean",
"start": "heft build-watch --serve",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"devDependencies": {
"local-eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-dev-cert-plugin": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@rushstack/heft-webpack4-plugin": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/webpack4-module-minifier-plugin": "workspace:*",
"@rushstack/module-minifier": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/webpack-env": "1.18.0",
"eslint": "~8.57.0",
"file-loader": "~6.0.0",
"source-map-loader": "~1.1.3",
"tslint": "~5.20.1",
"typescript": "~5.4.2",
"webpack": "~4.47.0"
}
}