28 lines
649 B
JSON
28 lines
649 B
JSON
{
|
|
"ngPackage": {
|
|
"lib": {
|
|
"entryFile": "src/public-api.ts",
|
|
"styleIncludePaths": [
|
|
"../src/assets/scss"
|
|
],
|
|
"umdModuleIds": {
|
|
"@ucap/core": "@ucap/core",
|
|
"@ucap/ng-i18n": "@ucap/ng-i18n"
|
|
}
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": "^9.0.2",
|
|
"@angular/cdk": "^9.0.0",
|
|
"@angular/common": "^9.0.2",
|
|
"@angular/core": "^9.0.2",
|
|
"@angular/material": "^9.0.0",
|
|
"@angular/platform-browser": "^9.0.2",
|
|
"@ucap/core": "~0.0.1",
|
|
"@ucap/ui-scss": "~0.0.1",
|
|
"@ucap/ng-core": "~0.0.1",
|
|
"@ucap/ng-ui-material": "~0.0.1",
|
|
"tslib": "^1.10.0"
|
|
}
|
|
}
|