Files
alfresco-content-app/projects/aca-content/package.json
AleksanderSklorz a63664f319 [ACS-11213] Reverted ngx translate upgrade (#5068)
* [ACS-11213] Reverted ngx translate upgrade

* [ACS-11213] Reverted ngx translate upgrade
2026-02-28 00:22:59 +01:00

28 lines
636 B
JSON

{
"name": "@alfresco/aca-content",
"version": "0.0.1",
"license": "LGPL-3.0",
"peerDependencies": {
"@angular/common": ">=15.2",
"@angular/core": ">=15.2",
"@angular/animations": ">=15.2",
"@angular/cdk": ">=15.2",
"@angular/forms": ">=15.2",
"@angular/material": ">=15.2",
"@ngx-translate/core": "^16.0.4",
"rxjs": ">=6.6.6",
"zone.js": ">=0.11.8"
},
"dependencies": {
"tslib": ">=2.3.0",
"ngx-markdown": ">=17.2.1"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-content-app.git"
}
}