mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
* upgrade Angular CLI * upgrade material and fix breaking changes * upgrade lib dependencies * upgrade i18n * update test * disable flaky tests * try fix notification test * update package-lock * code and dependency fixes * card view e2e fixes * udpate e2e tests * fix e2e utils * updated e2e typings * test fixes * notification fixes * update tests
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "@alfresco/adf-process-services",
|
|
"description": "Alfresco ADF process services",
|
|
"version": "2.7.0-beta5",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"main": "bundles/adf-process-services.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": ">=5.1.1",
|
|
"@angular/cdk": ">=5.1.1",
|
|
"@angular/common": ">=5.1.1",
|
|
"@angular/compiler": ">=5.1.1",
|
|
"@angular/core": ">=5.1.1",
|
|
"@angular/flex-layout": ">=6.0.0-beta.18",
|
|
"@angular/forms": ">=5.1.1",
|
|
"@angular/http": ">=5.1.1",
|
|
"@angular/material": ">=5.1.1",
|
|
"@angular/material-moment-adapter": ">=5.1.1",
|
|
"@angular/platform-browser": ">=5.1.1",
|
|
"@angular/platform-browser-dynamic": ">=5.1.1",
|
|
"@angular/router": ">=5.1.1",
|
|
"alfresco-js-api": ">=2.7.0-beta5",
|
|
"rxjs": ">=6.2.2",
|
|
"@alfresco/adf-core": ">=2.7.0-beta5",
|
|
"@alfresco/adf-content-services": ">=2.7.0-beta5",
|
|
"@ngx-translate/core": ">=10.0.2",
|
|
"core-js": ">=2.4.1",
|
|
"hammerjs": ">=2.0.8",
|
|
"moment": ">=2.22.2",
|
|
"reflect-metadata": ">=0.1.10",
|
|
"zone.js": ">=0.8.26"
|
|
},
|
|
"keywords": [
|
|
"process-services",
|
|
"alfresco-component",
|
|
"angular",
|
|
"components"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|