2025-11-06 09:05:32 -08:00
|
|
|
{
|
|
|
|
|
"name": "dev-app",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "ibazel run //dev-app:build.serve",
|
2025-11-06 14:43:35 -08:00
|
|
|
"dev:prod": "ibazel run //dev-app:build.production.serve",
|
2025-11-06 09:05:32 -08:00
|
|
|
"dev:build": "bazel build //dev-app:build"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@angular/common": "workspace:*",
|
|
|
|
|
"@angular/compiler": "workspace:*",
|
|
|
|
|
"@angular/core": "workspace:*",
|
|
|
|
|
"@angular/forms": "workspace:*",
|
2026-09-11 08:17:58 +00:00
|
|
|
"@angular/localize": "workspace:*",
|
2025-11-06 09:05:32 -08:00
|
|
|
"@angular/platform-browser": "workspace:*",
|
|
|
|
|
"@angular/platform-server": "workspace:*",
|
|
|
|
|
"@angular/router": "workspace:*",
|
2026-09-11 08:17:58 +00:00
|
|
|
"@angular/ssr": "22.2.0-next.7",
|
|
|
|
|
"beasties": "0.5.4",
|
2025-11-06 09:05:32 -08:00
|
|
|
"rxjs": "~7.8.0",
|
|
|
|
|
"tslib": "^2.3.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-09-11 08:17:58 +00:00
|
|
|
"@angular/build": "22.2.0-next.7",
|
|
|
|
|
"@angular/cli": "22.2.0-next.7",
|
2025-11-06 09:05:32 -08:00
|
|
|
"@angular/compiler-cli": "workspace:*",
|
2026-07-30 04:54:27 +00:00
|
|
|
"jsdom": "^30.0.0",
|
2026-03-25 10:30:21 +01:00
|
|
|
"typescript": "~6.0.2",
|
2026-09-07 06:59:55 +00:00
|
|
|
"vitest": "^5.0.0"
|
2025-11-06 09:05:32 -08:00
|
|
|
}
|
|
|
|
|
}
|