2024-05-07 09:40:00 +00:00
|
|
|
{
|
|
|
|
|
"name": "hydration",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"ng": "ng",
|
|
|
|
|
"start": "ng serve",
|
|
|
|
|
"build": "ng build --configuration production",
|
2025-09-18 09:46:02 +00:00
|
|
|
"pretest": "ng version && node ./copy-event-dispatch-contract.mjs",
|
|
|
|
|
"test": "pnpm run e2e",
|
2024-05-07 09:40:00 +00:00
|
|
|
"lint": "ng lint",
|
|
|
|
|
"e2e": "ng e2e --configuration=production"
|
|
|
|
|
},
|
|
|
|
|
"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/platform-server": "link:./in-existing-linked-by-bazel",
|
|
|
|
|
"@angular/router": "link:./in-existing-linked-by-bazel",
|
2025-11-05 23:39:28 +00:00
|
|
|
"@angular/ssr": "21.0.0-rc.1",
|
2025-09-18 09:46:02 +00:00
|
|
|
"rxjs": "^7.0.0",
|
|
|
|
|
"tslib": "^2.3.0",
|
|
|
|
|
"zone.js": "0.15.1"
|
2024-05-07 09:40:00 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-11-05 23:39:28 +00:00
|
|
|
"@angular-devkit/build-angular": "21.0.0-rc.1",
|
|
|
|
|
"@angular/build": "21.0.0-rc.1",
|
|
|
|
|
"@angular/cli": "21.0.0-rc.1",
|
2025-09-19 11:57:36 +00:00
|
|
|
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
2025-09-18 09:46:02 +00:00
|
|
|
"@types/jasmine": "^5.0.0",
|
|
|
|
|
"@types/node": "^20.14.8",
|
|
|
|
|
"@types/selenium-webdriver": "3.0.7",
|
2025-11-05 22:40:53 +00:00
|
|
|
"jasmine-core": "5.12.1",
|
2025-09-19 14:47:26 +00:00
|
|
|
"jasmine-spec-reporter": "~7.0.0",
|
2025-09-18 09:46:02 +00:00
|
|
|
"protractor": "^7.0.0",
|
|
|
|
|
"selenium-webdriver": "3.5.0",
|
|
|
|
|
"ts-node": "^10.9.1",
|
2025-10-02 15:41:17 +00:00
|
|
|
"typescript": "5.9.3"
|
2025-09-18 09:46:02 +00:00
|
|
|
},
|
2025-10-31 05:12:36 +00:00
|
|
|
"packageManager": "pnpm@10.20.0"
|
2025-09-19 11:57:36 +00:00
|
|
|
}
|