-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.44 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@elimuinformatics/charts-on-fhir",
"version": "0.0.0",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"generate-patient": "cd projects/synthea-utils && npm start",
"mock-fhir-install": "cd projects/mock-fhir-server && npm install",
"mock-fhir": "cd projects/mock-fhir-server && npm start",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.4",
"@angular/cdk": "18.2.3",
"@angular/common": "18.2.4",
"@angular/compiler": "18.2.4",
"@angular/core": "18.2.4",
"@angular/forms": "18.2.4",
"@angular/material": "18.2.3",
"@angular/platform-browser": "18.2.4",
"@angular/platform-browser-dynamic": "18.2.4",
"@angular/router": "18.2.4",
"@fontsource/roboto": "^4.5.8",
"@ng-doc/app": "^18.0.3",
"@ng-doc/builder": "^18.0.3",
"@ng-doc/core": "^18.0.3",
"@ng-doc/ui-kit": "^18.0.3",
"@nx/angular": "19.7.2",
"backoff-rxjs": "^7.0.0",
"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.12",
"ng2-charts": "^5.0.3",
"rxjs": "~7.5.0",
"tinycolor2": "^1.5.2",
"tslib": "^2.6.2",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.4",
"@angular-devkit/core": "18.2.4",
"@angular-devkit/schematics": "18.2.4",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.4",
"@nx/eslint": "19.7.2",
"@nx/workspace": "19.7.2",
"@schematics/angular": "18.2.4",
"@types/d3": "^7.4.3",
"@types/dompurify": "^3.0.5",
"@types/fhir": "^0.0.37",
"@types/jasmine": "~4.0.0",
"@types/lodash-es": "^4.17.6",
"@types/tinycolor2": "^1.4.3",
"autoprefixer": "^10.4.0",
"husky": "^8.0.0",
"jasmine-core": "~4.3.0",
"jasmine-marbles": "^0.9.2",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"lint-staged": "^15.2.10",
"ng-packagr": "18.2.1",
"nx": "19.7.2",
"postcss": "^8.4.28",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "3.3.3",
"typescript": "5.5.4"
}
}