/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.11
src/cdk/package.json
63 строки
1 KB
Alan Agius
fix(cdk/a11y): add `@angular/platform-browser` to peer dependencies (#32471)
04 дек 2025, 13:52
Не верифицирован
04 дек 2025, 13:52
67f213a
Код
Авторство
О чём код?
{ "name": "@angular/cdk", "version": "0.0.0-PLACEHOLDER", "description": "Angular Material Component Development Kit", "repository": { "type": "git", "url": "https://github.com/angular/components.git" }, "keywords": [ "angular", "cdk", "component", "development", "kit" ], "license": "MIT", "bugs": { "url": "https://github.com/angular/components/issues" }, "homepage": "https://github.com/angular/components#readme", "exports": { ".": { "sass": "./_index.scss" }, "./a11y-prebuilt.css": { "style": "./a11y-prebuilt.css" }, "./a11y-prebuilt": { "style": "./a11y-prebuilt.css" }, "./overlay-prebuilt.css": { "style": "./overlay-prebuilt.css" }, "./overlay-prebuilt": { "style": "./overlay-prebuilt.css" }, "./text-field-prebuilt.css": { "style": "./text-field-prebuilt.css" }, "./text-field-prebuilt": { "style": "./text-field-prebuilt.css" }, "./schematics": { "default": "./schematics/index.js" } }, "peerDependencies": { "@angular/core": "0.0.0-NG", "@angular/common": "0.0.0-NG", "@angular/platform-browser": "0.0.0-NG", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { "parse5": "^8.0.0", "tslib": "^2.3.0" }, "schematics": "./schematics/collection.json", "ng-update": { "migrations": "./schematics/migration.json", "packageGroup": "NG_UPDATE_PACKAGE_GROUP" }, "sideEffects": false }