mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
19 lines
441 B
JSON
19 lines
441 B
JSON
{
|
|
"name": "@alfresco/aca-shared",
|
|
"version": "2.8.0",
|
|
"dependencies": {
|
|
"tslib": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": ">=10.0.4",
|
|
"@angular/core": ">=10.0.4",
|
|
"@angular/material": ">=10.0.2",
|
|
"@ngrx/effects": ">=9.2.0",
|
|
"@ngrx/store": ">=9.2.0",
|
|
"@alfresco/adf-extensions": ">=4.0.0",
|
|
"@alfresco/js-api": ">=4.0.0",
|
|
"rxjs": ">=6.6.2",
|
|
"@ngx-translate/core": ">=13.0.0"
|
|
}
|
|
}
|