alfresco-ng2-components/lib/core/ng-package.json
Denys Vuika 81f7e2af33
[ADF-5456] improved theming bundling (#7180)
* theming barrel file for core

* card-view theme

* clipboard theme

* rename core theme files

* content services themes

* process services theme

* process services cloud theme

* insights theming

* try fix flaky test
2021-07-20 15:24:37 +01:00

29 lines
835 B
JSON

{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../dist/core/",
"assets": [
"./styles/**/*.scss",
"./theming/**/*.scss",
"./**/*.theme.scss"
],
"whitelistedNonPeerDependencies": [
"cropperjs"
],
"lib": {
"entryFile": "./public-api.ts",
"flatModuleFile": "adf-core",
"umdModuleIds": {
"@alfresco/js-api": "@alfresco/js-api",
"@alfresco/adf-extensions": "@alfresco/adf-extensions",
"minimatch": "minimatch-browser",
"@mat-datetimepicker/core": "@mat-datetimepicker/core",
"@mat-datetimepicker/moment": "@mat-datetimepicker/moment",
"moment": "moment",
"moment-es6": "moment-es6",
"moment/src/moment": "moment/src/moment",
"@ngx-translate/core": "@ngx-translate/core",
"cropperjs": "cropperjs"
}
}
}