mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
* update package versions script * update package versions script * generate reports script * bump versions to 2.2.0 * audits * upgrade to final ADF * update docs * update app config
21 lines
478 B
JSON
21 lines
478 B
JSON
{
|
|
"name": "@alfresco/adf-office-services-ext",
|
|
"version": "2.2.0",
|
|
"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"
|
|
}
|
|
}
|