Files
alfresco-ng2-components/lib/core/ng-package.json
2022-09-02 15:06:43 +01:00

45 lines
985 B
JSON

{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/libs/core",
"assets": [
{
"glob": "assets/**/*",
"input": "./src/lib",
"output": "/bundles/"
},
{
"glob": "i18n/*.json",
"input": "./src/lib",
"output": "/bundles/assets/adf-core/"
},
{
"glob": "app.config.schema.json",
"input": "./src/lib/app-config",
"output": "/"
},
{
"glob": "**/*.scss",
"input": "./src/lib",
"output": "/lib"
}
],
"lib": {
"entryFile": "./src/public-api.ts",
"flatModuleFile": "adf-core"
},
"allowedNonPeerDependencies": [
"cropperjs",
"@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"
]
}