mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* AAE-32999 Removed subscriptions-transport-ws feature flag * AAE-32999 Fixing unit test * AAE-32999 Fixing unit test * AAE-32999 Fixing unit test
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "@alfresco/adf-process-services-cloud",
|
|
"description": "Alfresco ADF process services cloud",
|
|
"version": "8.0.0",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@editorjs/code": "2.9.0",
|
|
"@editorjs/editorjs": "^2.28.2",
|
|
"@editorjs/header": "2.8.1",
|
|
"@editorjs/inline-code": "1.5.0",
|
|
"@editorjs/list": "1.9.0",
|
|
"@editorjs/marker": "1.4.0",
|
|
"@editorjs/paragraph": "^2.11.6",
|
|
"@editorjs/underline": "1.1.0",
|
|
"editorjs-html": "4.0.5",
|
|
"editorjs-paragraph-with-alignment": "3.0.0",
|
|
"editorjs-text-alignment-blocktune": "^1.0.3",
|
|
"editorjs-text-color-plugin": "1.13.1",
|
|
"@valano/change-font-size": "1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": ">=14.1.3",
|
|
"@angular/cdk": ">=14.1.2",
|
|
"@angular/common": ">=14.1.3",
|
|
"@angular/compiler": ">=14.1.3",
|
|
"@angular/core": ">=14.1.3",
|
|
"@angular/forms": ">=14.1.3",
|
|
"@angular/material": ">=14.1.2",
|
|
"@angular/platform-browser": ">=14.1.3",
|
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
|
"@angular/router": ">=14.1.3",
|
|
"@alfresco/js-api": ">=9.0.0",
|
|
"@alfresco/adf-core": ">=8.0.0",
|
|
"@alfresco/adf-content-services": ">=8.0.0",
|
|
"@apollo/client": ">=3.7.2",
|
|
"@ngx-translate/core": ">=14.0.0",
|
|
"apollo-angular": ">=4.0.1"
|
|
},
|
|
"keywords": [
|
|
"process-services-cloud",
|
|
"alfresco-component",
|
|
"angular",
|
|
"activiti",
|
|
"components"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|