Files
alfresco-content-app/projects/aca-content/package.json
T
Grzegorz Jaśkowski 48842513a9 [ACS-12037] Remove Knowledge Discovery from ACA (#5278)
* [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
2026-07-11 00:57:12 +02:00

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"
}
}