mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The `@angular/language-service` package was not needed for integration tests or benchmarks. Removing this dependency simplifies the build configuration. PR Close #64306
18 lines
617 B
JSON
18 lines
617 B
JSON
{
|
|
"dependencies": {
|
|
"@angular/animations": "workspace:*",
|
|
"@angular/benchpress": "workspace: *",
|
|
"@angular/common": "workspace:*",
|
|
"@angular/compiler-cli": "workspace:*",
|
|
"@angular/compiler": "workspace:*",
|
|
"@angular/core": "workspace:*",
|
|
"@angular/elements": "workspace:*",
|
|
"@angular/forms": "workspace:*",
|
|
"@angular/localize": "workspace: *",
|
|
"@angular/platform-browser-dynamic": "workspace:*",
|
|
"@angular/platform-browser": "workspace:*",
|
|
"@angular/platform-server": "workspace:*",
|
|
"@angular/router": "workspace:*",
|
|
"@angular/upgrade": "workspace: *"
|
|
}
|
|
}
|