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
22 lines
554 B
JSON
22 lines
554 B
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "../dist/insights/",
|
|
"assets": [
|
|
"./src/lib/styles/**/*.scss",
|
|
"./theming/**/*.scss",
|
|
"./src/**/*.theme.scss"
|
|
],
|
|
"lib": {
|
|
"entryFile": "src/public-api.ts",
|
|
"flatModuleFile": "adf-insights",
|
|
"umdModuleIds": {
|
|
"@alfresco/adf-core": "@alfresco/adf-core",
|
|
"ng2-charts": "ng2-charts",
|
|
"raphael": "raphael",
|
|
"moment": "moment",
|
|
"moment-es6": "moment-es6",
|
|
"@ngx-translate/core": "@ngx-translate/core"
|
|
}
|
|
}
|
|
}
|