/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vscode-ng-language-service/integration/project/package.json
18 строк
465 B
Angular Robot
build: update cross-repo angular dependencies
30 июл 2026, 19:41
30 июл 2026, 19:41
9e5dc74
Код
Авторство
О чём код?
{ "name": "angular-ls-integration-test-project", "private": true, "dependencies": { "@angular/common": "workspace:*", "@angular/compiler": "workspace:*", "@angular/compiler-cli": "workspace:*", "@angular/core": "workspace:*", "rxjs": "7.8.2" }, "devDependencies": { "ng-packagr": "22.2.0-next.2", "typescript": "6.0.3" }, "scripts": { "build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json" } }