mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* AAE-32999 Removed subscriptions-transport-ws feature flag * AAE-32999 Fixing unit test * AAE-32999 Fixing unit test * AAE-32999 Fixing unit test
47 lines
1.1 KiB
JSON
47 lines
1.1 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",
|
|
"@editorjs/editorjs",
|
|
"@editorjs/code",
|
|
"@editorjs/header",
|
|
"@editorjs/inline-code",
|
|
"@editorjs/list",
|
|
"@editorjs/marker",
|
|
"@editorjs/paragraph",
|
|
"@editorjs/underline",
|
|
"@valano/change-font-size",
|
|
"editorjs-text-color-plugin",
|
|
"editorjs-html",
|
|
"editorjs-paragraph-with-alignment",
|
|
"editorjs-text-alignment-blocktune"
|
|
]
|
|
}
|