Files
alfresco-content-app/projects/adf-office-services-ext/package.json
Thomas Hunter 866ac19d82 [ACS-3109] Release 2.11.0 (#2549)
* [ACS-3109] Release 2.11.0

* Update git links in changelog
2022-06-16 17:06:17 +01:00

24 lines
526 B
JSON

{
"name": "@alfresco/adf-office-services-ext",
"version": "2.11.0",
"license": "Apache-2.0",
"homepage": "https://github.com/Alfresco/alfresco-content-app",
"keywords": [
"Alfresco",
"ADF",
"ACA",
"Content Application"
],
"dependencies": {
"tslib": "^2.0.0"
},
"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"
}
}