angular/dev-app/package.json
Angular Robot c9ecf9e40b build: update cross-repo angular dependencies to v21.2.0-rc.1
See associated pull request for more information.
2026-02-23 13:17:58 -08:00

29 lines
827 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.2.0-rc.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "21.2.0-rc.1",
"@angular/cli": "21.2.0-rc.1",
"@angular/compiler-cli": "workspace:*",
"jsdom": "^28.0.0",
"typescript": "~5.9.2",
"vitest": "^4.0.0"
}
}