mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-16 18:12:50 +00:00
28 lines
744 B
JSON
28 lines
744 B
JSON
{
|
|
"name": "@alfresco/aca-shared",
|
|
"version": "0.0.1",
|
|
"license": "LGPL-3.0",
|
|
"scripts": {},
|
|
"peerDependencies": {
|
|
"@angular/animations": "^21.2.0",
|
|
"@angular/common": "^21.2.0",
|
|
"@angular/compiler": "^21.2.0",
|
|
"@angular/core": "^21.2.0",
|
|
"@angular/forms": "^21.2.0",
|
|
"@angular/material": "^21.2.0",
|
|
"@angular/platform-browser": "^21.2.0",
|
|
"@angular/router": "^21.2.0",
|
|
"@ngrx/effects": "^21.1.0",
|
|
"@ngrx/router-store": "^21.1.0",
|
|
"@ngrx/store": "^21.1.0",
|
|
"@ngx-translate/core": "^17.0.0",
|
|
"rxjs": "^7.4.0",
|
|
"tslib": ">=2.0.0",
|
|
"zone.js": "^0.14.0 || ^0.15.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Alfresco/alfresco-content-app.git"
|
|
}
|
|
}
|