ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
32 lines (31 loc) • 874 B
JSON
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/@ohayo/theme",
"deleteDestPath": true,
"lib": {
"flatModuleFile": "theme",
"entryFile": "public_api.ts",
"umdModuleIds": {
"@angular/cdk/overlay": "ng.cdk.overlay",
"@angular/cdk/portal": "ng.cdk.portal",
"ng-zorro-antd/drawer": "ng-zorro-antd/drawer",
"ng-zorro-antd/modal": "ng-zorro-antd/modal",
"ng-zorro-antd/icon": "ng-zorro-antd/icon",
"ng-zorro-antd/i18n": "ng-zorro-antd/i18n",
"date-fns": "DateFns",
"@ohayo/acl": "ohayo.acl",
"@ohayo/util": "ohayo.util",
"@ohayo/chart": "ohayo.chart"
}
},
"whitelistedNonPeerDependencies": [
"tslib",
"angular",
"date-fns",
"ng-zorro-antd",
"@ohayo/acl",
"@ohayo/util",
"@ohayo/chart",
"@ant-design/icons-angular"
]
}