-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.2 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
{
"name": "medical",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.2",
"@angular/cdk": "^15.2.2",
"@angular/common": "^15.2.2",
"@angular/compiler": "^15.2.2",
"@angular/core": "^15.2.2",
"@angular/forms": "^15.2.2",
"@angular/material": "^15.2.2",
"@angular/platform-browser": "^15.2.2",
"@angular/platform-browser-dynamic": "^15.2.2",
"@angular/router": "^15.2.2",
"@cornerstonejs/core": "^0.43.0",
"@cornerstonejs/dicom-image-loader": "^0.5.0",
"@cornerstonejs/streaming-image-volume-loader": "^0.17.0",
"@cornerstonejs/tools": "^0.63.0",
"@flaticon/flaticon-uicons": "^2.0.1",
"@ng-bootstrap/ng-bootstrap": "^15.0.1",
"body-parser": "^1.20.2",
"cornerstone": "^0.1.1",
"cornerstone-core": "^2.6.1",
"cornerstone-math": "^0.1.10",
"cornerstone-tools": "^6.0.9",
"cornerstone-wado-image-loader": "^4.13.1",
"cornerstone-web-image-loader": "^2.1.1",
"cors": "^2.8.5",
"dicom-parser": "^1.8.21",
"dwv": "^0.19.2",
"express": "^4.18.2",
"firebase": "^10.5.2",
"hammerjs": "^2.0.8",
"i18next": "^22.4.14",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-xhr-backend": "^3.2.2",
"mongodb": "^6.3.0",
"mongoose": "^8.0.3",
"ng-apexcharts": "^1.7.4",
"ng-dicomviewer": "^0.1.38",
"ng2-pdf-viewer": "^9.1.5",
"ngx-bootstrap": "^10.2.0",
"ngx-extended-pdf-viewer": "^17.2.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"uuid": "^9.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.6",
"@angular/cli": "~15.2.2",
"@angular/compiler-cli": "^15.2.2",
"@types/cornerstone-core": "^2.3.0",
"@types/hammerjs": "^2.0.41",
"@types/jasmine": "~4.0.0",
"@types/uuid": "^9.0.1",
"jasmine-core": "~4.1.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "^4.9.5"
}
}