mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
24 lines
525 B
JSON
24 lines
525 B
JSON
{
|
|
"name": "@alfresco/adf-office-services-ext",
|
|
"version": "2.8.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"
|
|
}
|
|
}
|