-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.83 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.83 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
62
63
64
65
{
"name": "wmm",
"version": "1.1.0",
"description": "Weight Management Medication (WMM) CQL (Clinical Quality Language) and FHIR utilities.",
"scripts": {
"ng": "ng",
"start": "envsubst < public/configuration.template.js > public/configuration.js && ng serve",
"build": "ng build",
"watch": "envsubst < public/configuration.template.js > public/configuration.js && ng build --watch --configuration development",
"test": "ng test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lee-informatics/asu-cds-wmm.git"
},
"keywords": [
"Clinical",
"Quality",
"Language",
"CQL",
"CDS",
"FHIR",
"cql",
"HAPI"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lee-informatics/asu-cds-wmm/issues"
},
"homepage": "https://github.com/lee-informatics/asu-cds-wmm#README",
"dependencies": {
"@angular/animations": "~20.3.4",
"@angular/common": "^20.3.4",
"@angular/compiler": "^20.3.4",
"@angular/core": "^20.3.4",
"@angular/forms": "^20.3.4",
"@angular/platform-browser": "^20.3.4",
"@angular/router": "^20.3.4",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"jquery": "^3.7.1",
"marked": "^16.4.0",
"ngx-highlightjs": "^14.0.1",
"ngx-moment": "^6.0.2",
"ngx-toastr": "^19.1.0",
"prismjs": "^1.30.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^20.3.5",
"@angular/cli": "^20.3.5",
"@angular/compiler-cli": "^20.3.4",
"@types/fhir": "^0.0.41",
"@types/jasmine": "~5.1.9",
"jasmine-core": "~5.12.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.9.3"
}
}