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",
|
2026-02-10 21:08:34 +00:00
|
|
|
"serve": "node ./dist/server/main.server.mjs",
|
|
|
|
|
"e2e": "ng build --configuration production && concurrently \"pnpm serve\" \"protractor e2e/protractor.conf.js --baseUrl=http://localhost:4211\" --kill-others --success first"
|
2024-05-07 09:40:00 +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/platform-server": "link:./in-existing-linked-by-bazel",
|
|
|
|
|
"@angular/router": "link:./in-existing-linked-by-bazel",
|
2026-04-09 10:05:30 +00:00
|
|
|
"@angular/ssr": "21.2.7",
|
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"
|
2024-05-07 09:40:00 +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",
|
2026-02-04 10:23:04 +00:00
|
|
|
"@types/jasmine": "^6.0.0",
|
2025-09-18 09:46:02 +00:00
|
|
|
"@types/node": "^20.14.8",
|
|
|
|
|
"@types/selenium-webdriver": "3.0.7",
|
2026-02-10 21:08:34 +00:00
|
|
|
"concurrently": "9.2.1",
|
2026-02-25 08:59:08 +00:00
|
|
|
"jasmine-core": "6.1.0",
|
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
|
|
|
},
|
2026-03-27 06:07:45 +00:00
|
|
|
"packageManager": "pnpm@10.33.0"
|
2025-09-19 11:57:36 +00:00
|
|
|
}
|