mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
* [ACS-12037] Remove Knowledge Discovery from ACA * [ACS-12037] CR comments * [ACS-12037] Update package-lock * [ACS-12037] Add new rule documentation * [ACS-12037] Fix unit tests
29 lines
697 B
JSON
29 lines
697 B
JSON
{
|
|
"name": "@alfresco/aca-content",
|
|
"version": "0.0.1",
|
|
"license": "LGPL-3.0",
|
|
"peerDependencies": {
|
|
"@angular/animations": "^20.3.0",
|
|
"@angular/cdk": "^20.2.0",
|
|
"@angular/common": "^20.3.0",
|
|
"@angular/core": "^20.3.0",
|
|
"@angular/forms": "^20.3.0",
|
|
"@angular/material": "^20.2.0",
|
|
"@angular/platform-browser": "^20.3.0",
|
|
"@angular/router": "^20.3.0",
|
|
"@ngx-translate/core": "^17.0.0",
|
|
"rxjs": "^7.4.0",
|
|
"zone.js": "^0.14.0 || ^0.15.0"
|
|
},
|
|
"dependencies": {
|
|
"tslib": ">=2.3.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Alfresco/alfresco-content-app.git"
|
|
}
|
|
}
|