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.
abp/npm/ng-packs/packages/theme-shared/ng-package.json

19 lines
432 B

{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/theme-shared",
"assets": ["./styles/**/*"],
"lib": {
"entryFile": "src/public-api.ts"
},
"allowedNonPeerDependencies": [
"@abp/ng.core",
"@fortawesome/fontawesome-free",
"@ng-bootstrap/ng-bootstrap",
"@ngx-validate/core",
"@swimlane/ngx-datatable",
"bootstrap",
"font-awesome",
"chart.js"
]
}