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) / 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) / zone-js (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
OpenSSF Scorecard / Scorecards analysis (push) Waiting to run
Performance Tracking / list (push) Waiting to run
Performance Tracking / workflow (push) Blocked by required conditions
See associated pull request for more information.
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "cli-hello-world",
|
|
"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/forms": "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": "22.0.0-next.8",
|
|
"rxjs": "^7.0.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "0.16.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "22.0.0-next.8",
|
|
"@angular/build": "22.0.0-next.8",
|
|
"@angular/cli": "22.0.0-next.8",
|
|
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
|
"@types/node": "^20.14.8",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "6.0.3"
|
|
},
|
|
"packageManager": "pnpm@11.1.1"
|
|
}
|