mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[AAE-10091] Add adf-core missing dependencies (#7727)
This commit is contained in:
parent
d3ae78d855
commit
b96dfc038f
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user