mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Some checks are pending
DevInfra / assistant_to_the_branch_manager (push) Waiting to run
CI (push) / zone-js (push) Waiting to run
CI (push) / lint (push) Waiting to run
CI (push) / devtools (push) Waiting to run
CI (push) / test (push) Waiting to run
CI (push) / integration-tests (push) Waiting to run
CI (push) / adev (push) Waiting to run
CI (push) / vscode-ng-language-service (push) Waiting to run
CI (push) / publish-snapshots (push) Waiting to run
CI (push) / adev-deploy (push) Blocked by required conditions
Update ADEV Cross Repo Docs / Update Cross Repo ADEV Docs (push) Waiting to run
See associated pull request for more information.
30 lines
873 B
JSON
30 lines
873 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/localize": "workspace:*",
|
|
"@angular/router": "workspace:*",
|
|
"@angular/ssr": "22.0.0-next.8",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "22.0.0-next.8",
|
|
"@angular/cli": "22.0.0-next.8",
|
|
"@angular/compiler-cli": "workspace:*",
|
|
"jsdom": "^29.0.0",
|
|
"typescript": "~6.0.2",
|
|
"vitest": "^4.0.0"
|
|
}
|
|
}
|