-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.22 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
{
"name": "dwv-angular",
"version": "0.6.1",
"description": "Medical viewer using DWV (DICOM Web Viewer) and Angular.",
"author": "ivmartel",
"license": "GPL-3.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --configuration production",
"build-trunk": "ng build --configuration production --base-href /dwv-angular/demo/trunk/",
"build-stable": "ng build --configuration production --base-href /dwv-angular/demo/stable/",
"lint": "ng lint",
"test": "ng test",
"test-hl": "ng test --browsers ChromeHeadless",
"test-ci": "ng test --browsers ChromeHeadless --code-coverage --watch false --progress false",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.2.6",
"@angular/cdk": "^13.2.6",
"@angular/common": "^13.2.6",
"@angular/compiler": "^13.2.6",
"@angular/core": "^13.2.6",
"@angular/forms": "^13.2.6",
"@angular/material": "^13.2.6",
"@angular/platform-browser": "^13.2.6",
"@angular/platform-browser-dynamic": "^13.2.6",
"@angular/router": "^13.2.6",
"@angular/service-worker": "^13.2.6",
"dwv": "0.30.8",
"rxjs": "^7.5.5",
"stream": "^0.0.2",
"tslib": "^2.3.1",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.2.6",
"@angular-eslint/builder": "~13.1.0",
"@angular-eslint/eslint-plugin": "~13.1.0",
"@angular-eslint/eslint-plugin-template": "~13.1.0",
"@angular-eslint/schematics": "~13.1.0",
"@angular-eslint/template-parser": "~13.1.0",
"@angular/cli": "^13.2.6",
"@angular/compiler-cli": "^13.2.6",
"@angular/language-service": "^13.2.6",
"@types/jasmine": "~3.10.3",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "^7.32.0",
"jasmine-core": "~4.0.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.17",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "~7.0.0",
"ts-node": "~10.4.0",
"typescript": "~4.4.4"
}
}