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:05:30 +00:00
|
|
|
"@angular/ssr": "21.2.7",
|
2025-11-06 17:05:32 +00:00
|
|
|
"rxjs": "~7.8.0",
|
|
|
|
|
"tslib": "^2.3.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-04-09 10:05:30 +00:00
|
|
|
"@angular/build": "21.2.7",
|
|
|
|
|
"@angular/cli": "21.2.7",
|
2025-11-06 17:05:32 +00:00
|
|
|
"@angular/compiler-cli": "workspace:*",
|
2026-02-06 01:44:38 +00:00
|
|
|
"jsdom": "^28.0.0",
|
2025-11-06 17:05:32 +00:00
|
|
|
"typescript": "~5.9.2",
|
2025-11-07 19:32:15 +00:00
|
|
|
"vitest": "^4.0.0"
|
2025-11-06 17:05:32 +00:00
|
|
|
}
|
|
|
|
|
}
|