angular/integration/standalone-bootstrap/package.json
Angular Robot 42e73ff9ce build: update cross-repo angular dependencies
See associated pull request for more information.
2025-11-26 15:50:56 -05:00

35 lines
1.1 KiB
JSON

{
"name": "standalone-bootstrap",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"pretest": "ng version",
"test": "echo 'No tests specified'",
"lint": "ng lint",
"e2e": "echo 'No e2e tests specified'"
},
"private": true,
"dependencies": {
"@angular/common": "link:./in-existing-linked-by-bazel",
"@angular/compiler": "link:./in-existing-linked-by-bazel",
"@angular/core": "link:./in-existing-linked-by-bazel",
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "21.1.0-next.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.1.0-next.0",
"@angular/build": "21.1.0-next.0",
"@angular/cli": "21.1.0-next.0",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"ts-node": "^10.9.1",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.23.0"
}