This repository was archived by the owner on Sep 16, 2022. It is now read-only.
forked from thehyve/glowing-bear
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
90 lines (90 loc) · 2.76 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
{
"name": "glowing-bear-medco",
"version": "0.0.0-dev",
"license": "MPL-2.0",
"scripts": {
"ng": "./node_modules/@angular/cli/bin/ng",
"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",
"@dedis/kyber": "^3.4.4",
"@fullcalendar/core": "^5.10.1",
"angular-web-worker": "^1.0.6",
"arraybuffer-to-buffer": "0.0.7",
"base64url": "^3.0.1",
"canvas": "^2.8.0",
"canvg": "^2.0.0",
"chart.js": "^2.9.3",
"core-js": "^3.19.3",
"d3": "^5.16.0",
"file-saver": "^2.0.5",
"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-device-detector": "^2.0.6",
"ngx-toastr": "^13.2.0",
"primeicons": "^2.0.0",
"primeng": "^9.1.3",
"process": "^0.11.10",
"quill": "^1.3.7",
"roboto-fontface": "^0.10.0",
"rxjs": "^6.6.6",
"sanitize-filename": "^1.6.3",
"stream": "0.0.2",
"tslib": "^1.10.0",
"vm": "^0.1.0",
"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/d3": "^5.16.4",
"@types/jasmine": "3.5.0",
"@types/node": "^16.11.13",
"@types/chart.js": "^2.9.13",
"@types/elliptic": "^6.4.14",
"@types/file-saver": "^2.0.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"
},
"repository": {
"type": "git",
"url": "https://github.com/ldsec/glowing-bear-medco.git"
},
"homepage": "https://medco.epfl.ch/"
}