Files
alfresco-content-app/projects/aca-shared/package.json
Akash Rathod 5394088627 ACS-9039 fix for export aca-playwright-shared lib (#4317)
* ACS-9039 fix for export lib

* Update project.json to remove test config

* update package version

* update package dependancy

* Update package.json
2025-01-02 11:37:28 +01:00

30 lines
855 B
JSON

{
"name": "@alfresco/aca-shared",
"version": "0.0.1",
"license": "LGPL-3.0",
"scripts": {},
"peerDependencies": {
"@alfresco/adf-content-services": ">=7.0.0-alpha.7-0",
"@alfresco/adf-core": ">=7.0.0-alpha.7-0",
"@alfresco/adf-extensions": ">=7.0.0-alpha.7-0",
"@alfresco/js-api": ">=8.0.0-alpha.7-0",
"@angular/animations": ">=15.2",
"@angular/common": ">=15.2",
"@angular/compiler": ">=15.2",
"@angular/core": ">=15.2",
"@angular/forms": ">=15.2",
"@angular/material": ">=15.2",
"@ngrx/effects": ">=15.2.0",
"@ngrx/router-store": ">=15.2",
"@ngrx/store": ">=15.2",
"@ngx-translate/core": ">=14.0.0",
"rxjs": ">=6.6.6",
"tslib": ">=2.0.0",
"zone.js": ">=0.11.8"
},
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-content-app.git"
}
}