mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
32 lines
800 B
JSON
32 lines
800 B
JSON
{
|
|
"name": "@alfresco/aca-content",
|
|
"version": "0.0.1",
|
|
"license": "LGPL-3.0",
|
|
"peerDependencies": {
|
|
"@angular/common": ">=15.2",
|
|
"@angular/core": ">=15.2",
|
|
"@alfresco/adf-core": ">=8.0.0",
|
|
"@alfresco/adf-content-services": ">=8.0.0",
|
|
"@alfresco/adf-extensions": ">=8.0.0",
|
|
"@alfresco/js-api": ">=9.0.0",
|
|
"@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"
|
|
}
|
|
}
|