mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* ACS-5041 Changed json to js * ACS-5041 Corrected paths * ACS-5041 Changed json to js * ACS-5041 Updated eslintrc * ACS-5041 Small correction * ACS-5041 Small correction * ACS-5041 Updated license headers * ACS-5041 Updated license headers * ACS-5041 Replaced references to alfresco * ACS-5041 Added Hyland to known words * ACS-5041 Fixed coverage issue * ACS-5041 Fixed duplication issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed test * ACS-5041 Fixed test * ACS-5041 Reverted one change * ACS-5041 Added missing license to files after rebase
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "@alfresco/adf-core",
|
|
"description": "Alfresco ADF core",
|
|
"version": "6.0.0-A.4",
|
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
"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.13",
|
|
"@editorjs/editorjs": "^2.26.5",
|
|
"@editorjs/code": "2.7.0",
|
|
"@editorjs/header": "2.7.0",
|
|
"@editorjs/inline-code": "1.3.1",
|
|
"@editorjs/list": "1.8.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",
|
|
"angular-oauth2-oidc": "^13.0.1",
|
|
"angular-oauth2-oidc-jwks": "^13.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": ">=14.1.3",
|
|
"@angular/cdk": ">=14.1.2",
|
|
"@angular/common": ">=14.1.3",
|
|
"@angular/core": ">=14.1.3",
|
|
"@angular/flex-layout": "^14.0.0-beta.40",
|
|
"@angular/forms": ">=14.1.3",
|
|
"@angular/material": ">=14.1.2",
|
|
"@angular/material-moment-adapter": ">=14.1.2",
|
|
"@angular/router": ">=14.1.3",
|
|
"@mat-datetimepicker/core": "^9.0.68",
|
|
"@mat-datetimepicker/moment": "^9.0.68",
|
|
"@alfresco/js-api": "5.5.0",
|
|
"@alfresco/adf-extensions": "6.0.0-A.4",
|
|
"@ngx-translate/core": ">=14.0.0",
|
|
"minimatch-browser": ">=1.0.0",
|
|
"moment": ">=2.22.2",
|
|
"pdfjs-dist": ">=3.3.122"
|
|
},
|
|
"keywords": [
|
|
"core",
|
|
"alfresco-component",
|
|
"angular",
|
|
"components"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|