-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.75 KB
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
{
"name": "iops-validation-ui",
"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": "17.2.1",
"@angular/cdk": "~17.2.0",
"@angular/common": "17.2.1",
"@angular/compiler": "17.2.1",
"@angular/core": "17.2.1",
"@angular/forms": "17.2.1",
"@angular/material": "~17.2.0",
"@angular/platform-browser": "17.2.1",
"@angular/platform-browser-dynamic": "17.2.1",
"@angular/router": "17.2.1",
"@auth0/angular-jwt": "^5.1.2",
"@covalent/core": "^8.2.1",
"@covalent/dynamic-forms": "^8.2.1",
"@covalent/flavored-markdown": "^8.2.1",
"@covalent/highlight": "^8.2.1",
"@covalent/markdown": "^8.2.1",
"@types/fhir": "^0.0.36",
"dompurify": "^3.0.8",
"fhirclient": "^2.5.2",
"flag-icons": "^7.1.0",
"loader-utils": "^2.0.2",
"monaco-editor": "^0.44.0",
"ngx-monaco-editor-v2": "^17.0.1",
"rxjs": "~7.8.0",
"swagger-ui": "^5.11.0",
"tslib": "^2.3.0",
"uuid": "^9.0.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^17.0.1",
"@angular-devkit/build-angular": "17.2.0",
"@angular/cli": "17.2.0",
"@angular/compiler-cli": "17.2.1",
"@types/jasmine": "~4.3.0",
"dotenv-webpack": "^8.0.1",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"path-browserify": "^1.0.1",
"postcss-scss": "^4.0.6",
"sass": "^1.69.7",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
}
}