2025-11-06 17:05:32 +00:00
|
|
|
{
|
|
|
|
|
"name": "dev-app",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "ibazel run //dev-app:build.serve",
|
2025-11-06 22:43:35 +00:00
|
|
|
"dev:prod": "ibazel run //dev-app:build.production.serve",
|
2025-11-06 17:05:32 +00:00
|
|
|
"dev:build": "bazel build //dev-app:build"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@angular/common": "workspace:*",
|
|
|
|
|
"@angular/compiler": "workspace:*",
|
|
|
|
|
"@angular/core": "workspace:*",
|
|
|
|
|
"@angular/forms": "workspace:*",
|
|
|
|
|
"@angular/platform-browser": "workspace:*",
|
|
|
|
|
"@angular/platform-server": "workspace:*",
|
2026-03-10 09:22:47 +00:00
|
|
|
"@angular/localize": "workspace:*",
|
2025-11-06 17:05:32 +00:00
|
|
|
"@angular/router": "workspace:*",
|
2026-04-09 10:02:32 +00:00
|
|
|
"@angular/ssr": "22.0.0-next.5",
|
2025-11-06 17:05:32 +00:00
|
|
|
"rxjs": "~7.8.0",
|
|
|
|
|
"tslib": "^2.3.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-04-09 10:02:32 +00:00
|
|
|
"@angular/build": "22.0.0-next.5",
|
|
|
|
|
"@angular/cli": "22.0.0-next.5",
|
2025-11-06 17:05:32 +00:00
|
|
|
"@angular/compiler-cli": "workspace:*",
|
2026-03-16 07:05:36 +00:00
|
|
|
"jsdom": "^29.0.0",
|
2026-03-25 09:30:21 +00:00
|
|
|
"typescript": "~6.0.2",
|
2025-11-07 19:32:15 +00:00
|
|
|
"vitest": "^4.0.0"
|
2025-11-06 17:05:32 +00:00
|
|
|
}
|
|
|
|
|
}
|