Files
alfresco-ng2-components/lib/insights/package.json
T
AleksanderSklorz 18e602aa85 [PRODSEC-13253] Increased peerDependencies versions to allow to increase angular version in other projects (#12031)
* [PRODSEC-13253] Increased peerDependencies versions to allow to increase angular version in other projects

* [PRODSEC-13253] Addressec copilot comments
2026-07-03 14:05:13 +02:00

36 lines
920 B
JSON

{
"name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights",
"version": "9.0.0",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
},
"bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"dependencies": {
"chart.js": "^4.3.0",
"ng2-charts": "^4.1.1",
"raphael": ">=2.3.0"
},
"peerDependencies": {
"@angular/common": ">=20.3.25",
"@angular/compiler": ">=20.3.25",
"@angular/core": ">=20.3.25",
"@angular/forms": ">=20.3.25",
"@angular/material": ">=20.2.14",
"@alfresco/adf-core": ">=8.5.0",
"@alfresco/adf-content-services": ">=8.5.0",
"@ngx-translate/core": ">=17.0.0"
},
"keywords": [
"analytics",
"alfresco-component",
"angular",
"components"
],
"license": "Apache-2.0"
}