2023-10-06 01:30:29 +00:00
|
|
|
{
|
|
|
|
|
"name": "defer",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"ng": "ng",
|
|
|
|
|
"start": "ng serve",
|
|
|
|
|
"build": "ng build --configuration production",
|
|
|
|
|
"pretest": "ng version",
|
2025-03-27 23:10:24 +00:00
|
|
|
"test": "echo 'No tests specified'",
|
2023-10-06 01:30:29 +00:00
|
|
|
"lint": "ng lint",
|
2025-03-28 14:55:49 +00:00
|
|
|
"e2e": "echo 'No e2e tests specified'"
|
2023-10-06 01:30:29 +00:00
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2025-09-19 11:57:36 +00:00
|
|
|
"@angular/animations": "link:./in-existing-linked-by-bazel",
|
|
|
|
|
"@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",
|
2025-09-18 09:46:02 +00:00
|
|
|
"rxjs": "^7.0.0",
|
|
|
|
|
"tslib": "^2.3.0",
|
2025-11-26 09:10:24 +00:00
|
|
|
"zone.js": "0.16.0"
|
2023-10-06 01:30:29 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-04-09 10:05:30 +00:00
|
|
|
"@angular-devkit/build-angular": "21.2.7",
|
|
|
|
|
"@angular/build": "21.2.7",
|
|
|
|
|
"@angular/cli": "21.2.7",
|
2025-09-19 11:57:36 +00:00
|
|
|
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
2025-09-19 15:08:21 +00:00
|
|
|
"ts-node": "10.9.2",
|
2025-10-02 15:41:17 +00:00
|
|
|
"typescript": "5.9.3"
|
2025-09-18 09:46:02 +00:00
|
|
|
},
|
2026-03-27 06:07:45 +00:00
|
|
|
"packageManager": "pnpm@10.33.0"
|
2025-09-19 11:57:36 +00:00
|
|
|
}
|