83 lines
2.2 KiB
JSON
83 lines
2.2 KiB
JSON
|
|
{
|
||
|
|
"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/animations": "0.0.0-NG",
|
||
|
|
"@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": "0.0.0-RXJS"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"tslib": "0.0.0-TSLIB"
|
||
|
|
},
|
||
|
|
"schematics": "./schematics/collection.json",
|
||
|
|
"ng-update": {
|
||
|
|
"migrations": "./schematics/migration.json",
|
||
|
|
"packageGroup": [
|
||
|
|
"@angular/material",
|
||
|
|
"@angular/cdk",
|
||
|
|
"@angular/material-moment-adapter",
|
||
|
|
"@angular/material-luxon-adapter",
|
||
|
|
"@angular/material-date-fns-adapter"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"sideEffects": false
|
||
|
|
}
|