mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
403 B
19 lines
403 B
6 years ago
|
{
|
||
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
||
|
"dest": "../../dist/theme-shared",
|
||
|
"lib": {
|
||
|
"entryFile": "src/public-api.ts"
|
||
|
},
|
||
|
"whitelistedNonPeerDependencies": [
|
||
|
"@abp/ng.core",
|
||
|
"@angular/cdk",
|
||
|
"@ng-bootstrap/ng-bootstrap",
|
||
|
"@ngx-validate/core",
|
||
|
"bootstrap",
|
||
|
"font-awesome",
|
||
|
"ngx-perfect-scrollbar",
|
||
|
"primeicons",
|
||
|
"primeng"
|
||
|
]
|
||
|
}
|