angular/integration/animations/package.json
Angular Robot 9dc4e44eea build: update cross-repo angular dependencies
See associated pull request for more information.
2026-04-30 15:52:21 -07:00

42 lines
1.4 KiB
JSON

{
"name": "core-animations-e2e",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"pretest": "ng version",
"test": "concurrently \"ng serve --port 4208\" \"jasmine --config=e2e/jasmine.json\" --kill-others --success first",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/cdk": "22.0.0-next.7",
"@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/platform-browser-dynamic": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "22.0.0-next.7",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.7",
"@angular/build": "22.0.0-next.7",
"@angular/cli": "22.0.0-next.7",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/node": "^20.14.8",
"concurrently": "9.2.1",
"jasmine": "6.2.0",
"jasmine-core": "6.2.0",
"puppeteer": "24.41.0",
"ts-node": "^10.9.1",
"typescript": "6.0.2"
},
"packageManager": "pnpm@10.33.2"
}