mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* Post release version bump * Post release version bump * Release notes and docs cleanup for v7.0.0-alpha.6 * Fixed js-api version in cli package.json
36 lines
943 B
JSON
36 lines
943 B
JSON
{
|
|
"name": "@alfresco/adf-insights",
|
|
"description": "Alfresco ADF insights",
|
|
"version": "7.0.0-alpha.7",
|
|
"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": {
|
|
"@alfresco/adf-core": ">=7.0.0-alpha.7-0",
|
|
"@alfresco/adf-content-services": ">=7.0.0-alpha.7-0",
|
|
"@ngx-translate/core": ">=14.0.0",
|
|
"chart.js": "^4.3.0",
|
|
"ng2-charts": "^4.1.1",
|
|
"raphael": ">=2.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": ">=14.1.3",
|
|
"@angular/compiler": ">=14.1.3",
|
|
"@angular/core": ">=14.1.3",
|
|
"@angular/forms": ">=14.1.3",
|
|
"@angular/material": ">=14.1.2"
|
|
},
|
|
"keywords": [
|
|
"analytics",
|
|
"alfresco-component",
|
|
"angular",
|
|
"components"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|