-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·63 lines (63 loc) · 1.9 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
{
"name": "healthcreek-ui",
"version": "0.0.0",
"description": "Web-based user interface prototype for the ASU HealthCreek sandbox environment.",
"license": "MIT",
"repository": "[email protected]:hii-c/patient_viewer.git",
"author": "ASU HII-C",
"scripts": {
"start": "grunt",
"docs": "npx compodoc -p tsconfig.json -d docs"
},
"dependencies": {
"@angular/animations": "^8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/cli": "^8.3.25",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/router": "^8.2.14",
"@swimlane/ngx-charts": "^13.0.2",
"angular2-router-loader": "^0.3.5",
"bootstrap": "^3.3.7",
"jquery": "^3.2.1",
"moment": "^2.24.0",
"ngx-cookie-service": "^2.3.0",
"ngx-moment": "^3.5.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.4",
"rxjs-compat": "^6.5.4",
"systemjs": "^0.19.47",
"ts-md5": "^1.2.0",
"tslib": "^1.9.0",
"typescript": "^3.4.5",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.0",
"@angular/compiler-cli": "^9.0.0",
"@compodoc/compodoc": "^1.1.11",
"angular2-router-loader": "^0.3.4",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-webpack": "^3.1.3",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^4.13.1",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.1",
"typescript": "^2.0.3",
"webpack": "^4.42.0",
"webpack-dev-server": "^3.10.3"
}
}