mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* shared project scaffold * rules package * move evaluators to shared lib * add rxjs peer dependency * use dedicated material namespaces * create store package, move actions * move selectors to shared library * move generic effects to shared lib * move routing extensions * minor code reorg * fix unit tests * move content-api service * move permission service * update tests * update plint config * move page layout * css variables * use dedicated css property * move generic error component to shared lib * fix test
16 lines
458 B
JSON
16 lines
458 B
JSON
{
|
|
"name": "@alfresco/adf-office-services-ext",
|
|
"version": "0.0.6",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://github.com/Alfresco/alfresco-content-app",
|
|
"keywords": ["Alfresco", "ADF", "ACA", "Content Application"],
|
|
"peerDependencies": {
|
|
"@angular/common": "^7.2.0",
|
|
"@angular/core": "^7.2.0",
|
|
"@ngrx/effects": "^7.2.0",
|
|
"@ngrx/store": "^7.2.0",
|
|
"@alfresco/adf-extensions": "^3.0.0",
|
|
"@alfresco/js-api": "^3.0.0"
|
|
}
|
|
}
|