/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/shared-docs/pipeline/examples/template/package.json
31 строка
824 B
Angular Robot
build: update cross-repo angular dependencies
30 июл 2026, 19:41
30 июл 2026, 19:41
9e5dc74
Код
Авторство
О чём код?
{ "name": "example-app", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" }, "private": true, "dependencies": { "@angular/animations": "^22.1.0-next", "@angular/common": "^22.2.0-next", "@angular/compiler": "^22.2.0-next", "@angular/core": "^22.2.0-next", "@angular/forms": "^22.2.0-next", "@angular/platform-browser": "^22.2.0-next", "@angular/router": "^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", "@types/node": "^20.14.8", "typescript": "~6.0.3" } }