mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
@@ -9,5 +9,19 @@
|
|||||||
"lib": {
|
"lib": {
|
||||||
"entryFile": "./public-api.ts",
|
"entryFile": "./public-api.ts",
|
||||||
"flatModuleFile": "adf-core"
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"dependencies": {
|
||||||
"cropperjs": "1.5.11",
|
"cropperjs": "1.5.11",
|
||||||
"@editorjs/editorjs": "2.25.0",
|
"@editorjs/editorjs": "2.25.0",
|
||||||
"@editorjs/code": "2.7.0",
|
"@editorjs/code": "2.7.0",
|
||||||
@@ -22,7 +22,9 @@
|
|||||||
"@quanzo/change-font-size": "1.0.0",
|
"@quanzo/change-font-size": "1.0.0",
|
||||||
"editorjs-text-color-plugin": "1.13.1",
|
"editorjs-text-color-plugin": "1.13.1",
|
||||||
"editorjs-html": "3.4.2",
|
"editorjs-html": "3.4.2",
|
||||||
"editorjs-paragraph-with-alignment": "3.0.0",
|
"editorjs-paragraph-with-alignment": "3.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
"@angular/animations": ">=10.0.2",
|
"@angular/animations": ">=10.0.2",
|
||||||
"@angular/cdk": ">=10.0.1",
|
"@angular/cdk": ">=10.0.1",
|
||||||
"@angular/common": ">=10.0.2",
|
"@angular/common": ">=10.0.2",
|
||||||
|
Reference in New Issue
Block a user