-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@elimuinformatics/ngx-charts-on-fhir",
"version": "6.1.3",
"description": "Charts-on-FHIR: A data visualization library for SMART-on-FHIR healthcare applications",
"license": "Apache-2.0",
"homepage": "https://elimuinformatics.github.io/charts-on-fhir",
"repository": {
"type": "git",
"url": "https://github.com/elimuinformatics/charts-on-fhir.git",
"directory": "libs/ngx-charts-on-fhir"
},
"exports": {
"./themes/default.scss": {
"sass": "./themes/default.scss"
},
"./themes/default-fonts.scss": {
"sass": "./themes/default-fonts.scss"
}
},
"peerDependencies": {
"@angular/cdk": ">=16.2.0",
"@angular/common": ">=16.2.0",
"@angular/core": ">=16.2.0",
"@angular/forms": ">=16.2.0",
"@angular/material": ">=16.2.0",
"@angular/platform-browser": ">=16.2.0",
"@angular/platform-browser-dynamic": ">=16.2.0",
"@fontsource/roboto": "^4.5.8",
"@types/fhir": "^0.0.37",
"chart.js": "^4.3.3",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^2.2.1",
"chartjs-plugin-zoom": "^2.0.1",
"date-fns": "^2.29.3",
"fhirclient": "^2.5.2",
"immer": "^9.0.16",
"lodash-es": "^4.17.21",
"material-icons": "^1.13.10",
"ng2-charts": "^5.0.3",
"rxjs": "^7.5.0",
"tinycolor2": "^1.5.2",
"zone.js": ">=0.11.4"
},
"dependencies": {
"tslib": "^2.3.0"
}
}