mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* [AAE-15828] layout-bp mixin for core * [AAE-15828] fixed import * [AAE-15828] layout-bp for process-services-cloud * [AAE-15828] layout-bp for process-services * [AAE-15828] layout-bp for content-services * [AAE-15828] fixed incorrect values * [AAE-15828] lint fix * configure stylePreprocessorOptions for cross project scss importing * scss import cardio * set correct style paths for packages * [AAE-16369] addded missing test config * [ci:force] fix for the pretheme build * unified configs for libs
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "../../dist/libs/process-services-cloud",
|
|
"assets": [
|
|
{
|
|
"glob": "assets/**/*",
|
|
"input": "./src/lib",
|
|
"output": "/bundles/"
|
|
},
|
|
{
|
|
"glob": "i18n/*.json",
|
|
"input": "./src/lib",
|
|
"output": "/bundles/assets/adf-process-services-cloud/"
|
|
},
|
|
{
|
|
"glob": "**/*.scss",
|
|
"input": "./src/lib",
|
|
"output": "/lib"
|
|
}
|
|
],
|
|
|
|
"lib": {
|
|
"entryFile": "src/public-api.ts",
|
|
"flatModuleFile": "adf-process-services-cloud",
|
|
"styleIncludePaths": [
|
|
"../core/src/lib"
|
|
]
|
|
},
|
|
"allowedNonPeerDependencies": [
|
|
"@apollo/client",
|
|
"apollo-angular",
|
|
"subscriptions-transport-ws",
|
|
"@editorjs/editorjs",
|
|
"@editorjs/code",
|
|
"@editorjs/header",
|
|
"@editorjs/inline-code",
|
|
"@editorjs/list",
|
|
"@editorjs/marker",
|
|
"@editorjs/underline",
|
|
"@quanzo/change-font-size",
|
|
"editorjs-text-color-plugin",
|
|
"editorjs-html",
|
|
"editorjs-paragraph-with-alignment"
|
|
]
|
|
}
|