/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/shared-docs/pipeline/tutorials/common/package.json
26 строк
650 B
Angular Robot
build: update cross-repo angular dependencies
30 июл 2026, 19:41
30 июл 2026, 19:41
9e5dc74
Код
Авторство
О чём код?
{ "name": "angular.dev", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development" }, "private": true, "dependencies": { "@angular/common": "^22.2.0-next", "@angular/compiler": "^22.2.0-next", "@angular/core": "^22.2.0-next", "@angular/platform-browser": "^22.2.0-next", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.16.0" }, "devDependencies": { "@angular/build": "^22.2.0-next", "@angular/cli": "^22.2.0-next", "@angular/compiler-cli": "^22.2.0-next", "typescript": "~6.0.3" } }