mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
* remove deprecated angular/http * upgrade adf libs * fix production builds * ivy-compatible translate module usage * improved module usage * upgrade content services module * fix process services tests * upgrade process cloud tests * lint fixes * update core max size * fix insights test module * remove insights lazy loading workaround * fix insights module exports * * Fixed skipped form-cloud unit test and removed duplicated tests * cleanup the use of services Co-authored-by: sivakumar414ram <siva.kumar@muraai.com>
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@alfresco/adf-core",
|
|
"description": "Alfresco ADF core",
|
|
"version": "3.8.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"main": "bundles/adf-core.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": ">=7.0.3",
|
|
"@angular/cdk": ">=7.0.3",
|
|
"@angular/common": ">=7.0.3",
|
|
"@angular/compiler": ">=7.0.3",
|
|
"@angular/core": ">=7.0.3",
|
|
"@angular/flex-layout": ">=7.0.0-beta.19",
|
|
"@angular/forms": ">=7.0.3",
|
|
"@angular/material": ">=7.0.3",
|
|
"@angular/material-moment-adapter": ">=7.0.3",
|
|
"@angular/platform-browser": ">=7.0.3",
|
|
"@angular/platform-browser-dynamic": ">=7.0.3",
|
|
"@angular/router": ">=7.0.3",
|
|
"@mat-datetimepicker/core": ">=2.0.1",
|
|
"@mat-datetimepicker/moment": ">=2.0.1",
|
|
"@alfresco/js-api": "3.8.0",
|
|
"rxjs": ">=6.2.2",
|
|
"@ngx-translate/core": ">=11.0.0",
|
|
"core-js": ">=2.5.4",
|
|
"hammerjs": ">=2.0.8",
|
|
"minimatch-browser": ">=1.0.0",
|
|
"moment": ">=2.22.2",
|
|
"pdfjs-dist": ">=2.3.200",
|
|
"reflect-metadata": ">=0.1.12",
|
|
"zone.js": ">=0.8.26"
|
|
},
|
|
"keywords": [
|
|
"core",
|
|
"alfresco-component",
|
|
"angular",
|
|
"components"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|