-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·102 lines (102 loc) · 2.97 KB
/
package.json
File metadata and controls
executable file
·102 lines (102 loc) · 2.97 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
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
97
98
99
100
101
102
{
"name": "reader-bench",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"prod": "ng serve --port 80 --host 0.0.0.0 --disable-host-check",
"ssl": "ng serve --port 443 --host 0.0.0.0 --disable-host-check --ssl true",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@amcharts/amcharts4": "^4.9.26",
"@amcharts/amcharts4-geodata": "^4.1.15",
"@angular/animations": "6.1.7",
"@angular/cdk": "^7.2.0",
"@angular/cli": "6.2.1",
"@angular/common": "6.1.7",
"@angular/compiler": "6.1.7",
"@angular/compiler-cli": "6.1.7",
"@angular/core": "6.1.7",
"@angular/forms": "6.1.7",
"@angular/http": "6.1.7",
"@angular/material": "^7.2.0",
"@angular/platform-browser": "6.1.7",
"@angular/platform-browser-dynamic": "6.1.7",
"@angular/router": "6.1.7",
"@ng-bootstrap/ng-bootstrap": "3.3.1",
"@reader-bench/common": "^3.0.1",
"@types/vega": "0.0.30",
"angular-font-awesome": "^3.1.2",
"angular-in-memory-web-api": "^0.5.4",
"bootstrap": "^3.3.7",
"core-js": "^2.5.7",
"d3": "5.15.0",
"d3-axis": "^1.0.12",
"d3-hierarchy": "^1.1.6",
"d3-path": "^1.0.5",
"d3-scale": "^2.1.0",
"d3-selection": "^1.4.0",
"d3-shape": "^1.2.0",
"dropzone": "^5.7.1",
"file-saver": "^2.0.2",
"font-awesome": "^4.7.0",
"greenlock": "^2.3.7",
"jquery": "^3.5.1",
"jquery-ui-dist": "^1.12.1",
"le-acme-core": "^2.1.3",
"le-challenge-fs": "^2.0.9",
"le-challenge-sni": "^2.0.1",
"le-sni-auto": "^2.1.5",
"le-store-certbot": "^2.2.3",
"lightbox2": "^2.10.0",
"lodash": "^4.17.15",
"mobile-detect": "^1.4.2",
"ng5-slider": "^1.2.4",
"ngx-dropzone-wrapper": "^9.0.0",
"ngx-perfect-scrollbar": "^6.3.0",
"ngx-spinner": "^7.2.0",
"ngx-ui-switch": "^8.3.0",
"node-sass": "^4.14.1",
"popper.js": "^1.14.3",
"rxjs": "^6.3.2",
"select2": "^4.0.6-rc.1",
"toastr": "^2.1.4",
"underscore": "^1.9.1",
"vega": "^4.2.0",
"vis": "^4.21.0",
"webpack": "^4.18.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.10",
"@angular-devkit/core": "0.8.1",
"@angular/language-service": "6.1.7",
"@types/d3": "^5.7.2",
"@types/file-saver": "^2.0.1",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/jquery": "^3.3.4",
"@types/node": "^6.14.3",
"@types/underscore": "^1.8.8",
"angular-file": "^0.5.4",
"codelyzer": "^4.4.2",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "^3.0.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.4.3",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "^5.4.0",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "^2.9.2"
}
}