forked from ldsec/glowing-bear-medco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.96 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "glowing-bear-medco",
"version": "0.5.1",
"license": "MPL-2.0",
"scripts": {
"ng": "./node_modules/@angular/cli/bin/ng",
"update": "./node_modules/@angular/cli/bin/ng update",
"start": "./node_modules/@angular/cli/bin/ng serve --aot",
"build": "./node_modules/@angular/cli/bin/ng build",
"package": "./node_modules/@angular/cli/bin/ng build --prod",
"test": "./node_modules/@angular/cli/bin/ng test",
"lint": "./node_modules/@angular/cli/bin/ng lint --type-check",
"version": "git describe --tags --always",
"postinstall": "chmod +x ./node_modules/@angular/cli/bin/ng"
},
"private": true,
"dependencies": {
"@angular/animations": "^9.1.13",
"@angular/cdk": "^9.2.4",
"@angular/common": "^9.1.13",
"@angular/compiler": "^9.1.13",
"@angular/core": "^9.1.13",
"@angular/forms": "^9.1.13",
"@angular/platform-browser": "^9.1.13",
"@angular/platform-browser-dynamic": "^9.1.13",
"@angular/platform-server": "^9.1.13",
"@angular/router": "^9.1.13",
"@fullcalendar/core": "^5.10.1",
"@tuneinsight/geco-cryptolib": "0.5.1-main-8d96ea0d2",
"@types/chart.js": "^2.9.34",
"@types/elliptic": "^6.4.12",
"canvas": "^2.8.0",
"canvg": "^2.0.0",
"chart.js": "^3.5.1",
"chartjs-plugin-annotation": "^1.4.0",
"core-js": "^3.22.6",
"d3": "^5.16.0",
"font-awesome": "^4.7.0",
"jsdom": "^13.2.0",
"jspdf": "^2.4.0",
"jspdf-autotable": "^3.5.23",
"jstat": "^1.9.5",
"keycloak-angular": "^7.3.1",
"keycloak-js": "^10.0.2",
"mathjs": "^10.0.0",
"ngx-cookie-service": "12.0.3",
"ngx-device-detector": "^2.0.6",
"ngx-toastr": "^13.2.0",
"primeicons": "^2.0.0",
"primeng": "^9.1.3",
"quill": "^1.3.7",
"roboto-fontface": "^0.10.0",
"rxjs": "^6.6.6",
"tslib": "^1.10.0",
"uuid": "^8.3.2",
"xmldom": "^0.5.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^9.2.0",
"@angular-devkit/build-angular": "~0.901.15",
"@angular/cli": "^9.1.15",
"@angular/compiler-cli": "^9.1.13",
"@types/chart.js": "^2.9.34",
"@types/d3": "^5.16.4",
"@types/jasmine": "3.5.0",
"@types/node": "^16.11.13",
"@types/uuid": "^8.3.4",
"codecov": "^3.8.3",
"codelyzer": "^5.1.2",
"es6-promise": "^4.2.8",
"karma": "^6.3.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-jasmine": "^3.1.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-spec-reporter": "^0.0.32",
"ts-node": "^10.4.0",
"tslint": "^5.20.1",
"typescript": "~3.8.3"
},
"overrides": {
"eventsource": ">=1.1.1",
"async": ">=2.6.4",
"moment": ">=2.29.2",
"node-forge": ">=1.3.0",
"ansi-html": ">=0.0.8",
"nth-check": ">=2.0.1",
"glob-parent": ">=5.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/tuneinsight/glowing-bear-medco.git"
},
"homepage": "https://tuneinsight.com"
}