mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-02 17:35:08 +00:00
* 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
29 lines
835 B
JSON
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"
|
|
}
|
|
}
|
|
}
|