Files
angular__angular/dev-app/package.json
T
Angular Robot 7150df2f11 build: update cross-repo angular dependencies to v21.1.4
See associated pull request for more information.
2026-02-11 14:43:26 -08:00

30 lines
812 B
JSON

{
"name": "dev-app",
"private": true,
"scripts": {
"dev": "ibazel run //dev-app:build.serve",
"dev:prod": "ibazel run //dev-app:build.production.serve",
"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:*",
"@angular/router": "workspace:*",
"@angular/ssr": "21.1.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "21.1.4",
"@angular/cli": "21.1.4",
"@angular/compiler-cli": "workspace:*",
"jsdom": "^27.0.0",
"typescript": "~5.9.2",
"vitest": "^4.0.0"
}
}