angular/integration/cli-hello-world-ivy-i18n/package.json
Joey Perrott c3bd22d10d
build: update cross-repo angular dependencies
See associated pull request for more information.
2025-12-04 11:26:14 -08:00

46 lines
1.8 KiB
JSON

{
"name": "cli-hello-world-ivy-i18n",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "ng build --configuration production",
"e2e": "ng e2e --port 0",
"lint": "ng lint",
"ng": "ng",
"start": "ng serve",
"pretest": "ng version",
"test": "ng e2e --port 0 --configuration production && ng extract-i18n && pnpm translate && ng e2e --port 0 --configuration fr && ng e2e --port 0 --configuration de",
"translate": "cp src/locale/messages.xlf src/locale/messages.fr.xlf && cp src/locale/messages.xlf src/locale/messages.de.xlf && sed -i.bak -e 's/source>/target>/g' -e 's/Hello/Bonjour/' src/locale/messages.fr.xlf && sed -i.bak -e 's/source>/target>/g' -e 's/Hello/Hallo/' src/locale/messages.de.xlf",
"serve": "serve --no-clipboard --listen 4200"
},
"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/localize": "link:./in-existing-linked-by-bazel",
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.0.2",
"@angular/build": "21.0.2",
"@angular/cli": "21.0.2",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^5.0.0",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^20.14.8",
"jasmine-core": "5.12.0",
"jasmine-spec-reporter": "~7.0.0",
"npm-run-all": "4.1.5",
"protractor": "^7.0.0",
"serve": "14.2.5",
"ts-node": "^10.9.1",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.23.0"
}