diff --git a/lib/core/ng-package.json b/lib/core/ng-package.json index eb5758321a..4c63dc4b8c 100644 --- a/lib/core/ng-package.json +++ b/lib/core/ng-package.json @@ -7,7 +7,18 @@ "./**/*.theme.scss" ], "whitelistedNonPeerDependencies": [ - "cropperjs" + "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" ], "lib": { "entryFile": "./public-api.ts", @@ -22,7 +33,18 @@ "moment-es6": "moment-es6", "moment/src/moment": "moment/src/moment", "@ngx-translate/core": "@ngx-translate/core", - "cropperjs": "cropperjs" + "cropperjs": "cropperjs", + "@editorjs/editorjs": "@editorjs/editorjs", + "@editorjs/code": "@editorjs/code", + "@editorjs/header": "@editorjs/header", + "@editorjs/inline-code": "@editorjs/inline-code", + "@editorjs/list": "@editorjs/list", + "@editorjs/marker": "@editorjs/marker", + "@editorjs/underline": "@editorjs/underline", + "@quanzo/change-font-size": "@quanzo/change-font-size", + "editorjs-text-color-plugin": "editorjs-text-color-plugin", + "editorjs-html": "editorjs-html", + "editorjs-paragraph-with-alignment": "editorjs-paragraph-with-alignment" } } } diff --git a/lib/core/package.json b/lib/core/package.json index 604567b16c..d257b179f5 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -12,7 +12,18 @@ "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, "dependencies": { - "cropperjs": "1.5.11" + "cropperjs": "1.5.11", + "@editorjs/editorjs": "2.25.0", + "@editorjs/code": "2.7.0", + "@editorjs/header": "2.6.2", + "@editorjs/inline-code": "1.3.1", + "@editorjs/list": "1.7.0", + "@editorjs/marker": "1.2.2", + "@editorjs/underline": "1.0.0", + "@quanzo/change-font-size": "1.0.0", + "editorjs-text-color-plugin": "1.13.1", + "editorjs-html": "3.4.2", + "editorjs-paragraph-with-alignment": "3.0.0" }, "peerDependencies": { "@angular/animations": ">=10.0.2",