-
Notifications
You must be signed in to change notification settings - Fork 681
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 805 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 805 Bytes
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
{
"name": "heft-web-rig-app-tutorial",
"description": "(Copy of sample project) Building this project is a regression test for Heft",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "heft test --clean",
"start": "heft build-watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"dependencies": {
"heft-web-rig-library-tutorial": "workspace:*",
"react": "~19.2.3",
"react-dom": "~19.2.3",
"tslib": "~2.8.1"
},
"devDependencies": {
"@rushstack/heft": "workspace:*",
"@rushstack/heft-web-rig": "workspace:*",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@types/webpack-env": "1.18.8",
"eslint": "~9.37.0",
"local-eslint-config": "workspace:*"
}
}