angular/dev-app/package.json
Angular Robot ffda3f97e0 build: update cross-repo angular dependencies to v21.0.0-rc.1
See associated pull request for more information.
2025-11-06 09:40:51 -08:00

37 lines
1 KiB
JSON

{
"name": "dev-app",
"private": true,
"scripts": {
"dev": "ibazel run //dev-app:build.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.0.0-rc.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "21.0.0-rc.1",
"@angular/cli": "21.0.0-rc.1",
"@angular/compiler-cli": "workspace:*",
"@types/jasmine": "5.1.12",
"@types/node": "^20.17.19",
"jasmine-core": "5.12.0",
"jsdom": "^27.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"typescript": "~5.9.2",
"vitest": "^4.0.0",
"zone.js": "0.15.1"
}
}