mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
{
|
|
"name": "cli-signal-inputs",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build --configuration production",
|
|
"pretest": "ng version",
|
|
"test": "ng test && pnpm run e2e && ng build --configuration=production",
|
|
"lint": "ng lint",
|
|
"e2e": "ng build --configuration production && concurrently \"serve dist/browser -l 4210 --no-clipboard --single\" \"protractor e2e/protractor.conf.js --baseUrl=http://localhost:4210\" --kill-others --success first"
|
|
},
|
|
"packageManager": "pnpm@10.33.2",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@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/forms": "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.16.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "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/jasminewd2": "^2.0.8",
|
|
"@types/node": "^20.14.8",
|
|
"concurrently": "9.2.1",
|
|
"jasmine-core": "6.2.0",
|
|
"serve": "^14.2.5",
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-coverage-istanbul-reporter": "^3.0.3",
|
|
"karma-jasmine": "^5.0.0",
|
|
"karma-jasmine-html-reporter": "^2.2.0",
|
|
"protractor": "^7.0.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "6.0.2"
|
|
}
|
|
}
|