/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.11
src/material/package.json
78 строк
2 KB
Paul Gschwendtner
build: setup pnpm workspace for first-party packages
03 апр 2025, 00:28
03 апр 2025, 00:28
fa73902
Код
Авторство
О чём код?
{ "name": "@angular/material", "version": "0.0.0-PLACEHOLDER", "description": "Angular Material", "repository": { "type": "git", "url": "https://github.com/angular/components.git" }, "keywords": [ "angular", "material", "material design", "components" ], "license": "MIT", "bugs": { "url": "https://github.com/angular/components/issues" }, "homepage": "https://github.com/angular/components#readme", "exports": { ".": { "sass": "./_index.scss" }, "./theming": { "sass": "./_theming.scss" }, "./_theming": { "sass": "./_theming.scss" }, "./prebuilt-themes/indigo-pink.css": { "style": "./prebuilt-themes/indigo-pink.css" }, "./prebuilt-themes/deeppurple-amber.css": { "style": "./prebuilt-themes/deeppurple-amber.css" }, "./prebuilt-themes/pink-bluegrey.css": { "style": "./prebuilt-themes/pink-bluegrey.css" }, "./prebuilt-themes/purple-green.css": { "style": "./prebuilt-themes/purple-green.css" }, "./prebuilt-themes/azure-blue.css": { "style": "./prebuilt-themes/azure-blue.css" }, "./prebuilt-themes/rose-red.css": { "style": "./prebuilt-themes/rose-red.css" }, "./prebuilt-themes/cyan-orange.css": { "style": "./prebuilt-themes/cyan-orange.css" }, "./prebuilt-themes/magenta-violet.css": { "style": "./prebuilt-themes/magenta-violet.css" }, "./prebuilt-themes/*": { "style": "./prebuilt-themes/*.css" } }, "peerDependencies": { "@angular/cdk": "0.0.0-PLACEHOLDER", "@angular/core": "0.0.0-NG", "@angular/common": "0.0.0-NG", "@angular/forms": "0.0.0-NG", "@angular/platform-browser": "0.0.0-NG", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { "tslib": "^2.3.0" }, "devDependencies": { "@angular/cdk": "workspace:*" }, "schematics": "./schematics/collection.json", "ng-update": { "migrations": "./schematics/migration.json", "packageGroup": "NG_UPDATE_PACKAGE_GROUP" }, "sideEffects": false }