mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "@alfresco/adf-core",
|
|
"description": "Alfresco ADF core",
|
|
"version": "5.1.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
|
},
|
|
"scripts": {},
|
|
"exports": {
|
|
"./theming": {
|
|
"sass": "./lib/theming/_index.scss"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"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",
|
|
"@angular/cdk": ">=10.0.1",
|
|
"@angular/common": ">=10.0.2",
|
|
"@angular/core": ">=10.0.2",
|
|
"@angular/flex-layout": ">=10.0.0-beta.32",
|
|
"@angular/forms": ">=10.0.2",
|
|
"@angular/material": ">=10.0.1",
|
|
"@angular/material-moment-adapter": ">=10.0.1",
|
|
"@angular/router": ">=10.0.2",
|
|
"@mat-datetimepicker/core": ">=4.1.0",
|
|
"@mat-datetimepicker/moment": ">=4.1.0",
|
|
"@alfresco/js-api": "5.2.0-402",
|
|
"@alfresco/adf-extensions": "5.1.0",
|
|
"@ngx-translate/core": ">=13.0.0",
|
|
"minimatch-browser": ">=1.0.0",
|
|
"moment": ">=2.22.2",
|
|
"pdfjs-dist": ">=2.3.200"
|
|
},
|
|
"keywords": [
|
|
"core",
|
|
"alfresco-component",
|
|
"angular",
|
|
"components"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|