/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/ngtools/webpack/package.json
25 строк
662 B
Angular Robot
build: update cross-repo angular dependencies
14 часов назад
14 часов назад
0ae3c1b
Код
Авторство
О чём код?
{ "name": "@ngtools/webpack", "version": "0.0.0-PLACEHOLDER", "description": "Webpack plugin that AoT compiles your Angular components and modules.", "main": "./src/index.js", "typings": "src/index.d.ts", "keywords": [ "angular", "webpack", "plugin", "aot" ], "peerDependencies": { "@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP", "typescript": ">=6.0 <6.1", "webpack": "^5.54.0" }, "devDependencies": { "@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER", "@angular/compiler": "22.2.0-next.1", "@angular/compiler-cli": "22.2.0-next.1", "typescript": "6.0.3", "webpack": "5.109.2" } }