-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.21 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
97
98
99
100
101
102
103
104
105
106
107
{
"name": "MicrobeTrace",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy": "ng build --prod --optimization=false --base-href https://mossy426.github.io/MicrobeTrace/ && npx ngh --dir dist/Microbetrace"
},
"browser": {
"image-size": false
},
"private": true,
"dependencies": {
"3d-force-graph": "^1.55.13",
"@angular/animations": "~7.2.0",
"@angular/cdk": "^7.3.2",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/material": "^7.3.2",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"@asymmetrik/ngx-leaflet": "^7.0.1",
"@asymmetrik/ngx-leaflet-markercluster": "^4.0.0",
"@embedded-enterprises/ng6-golden-layout": "0.0.12",
"@google/markerclusterer": "^2.0.8",
"@types/googlemaps": "^3.39.6",
"@types/leaflet.markercluster": "^1.4.2",
"abp-ng2-module": "^3.2.4",
"abp-web-resources": "^3.8.5",
"core-js": "^2.5.4",
"d3-shape": "^3.1.0",
"dom-to-image-more": "^2.8.0",
"golden-layout": "^1.5.7",
"hammerjs": "^2.0.8",
"html-to-image": "^1.10.8",
"html2canvas": "^1.0.0-rc.5",
"jquery": "^3.6.3",
"leaflet.markercluster": "^1.4.1",
"localforage": "^1.7.3",
"moment": "^2.29.3",
"moment-timezone": "^0.5.23",
"newick-tree-parser": "^1.0.1",
"ngx-bootstrap": "^4.0.0",
"node-sass": "^4.12.0",
"object-path": "^0.11.8",
"plotly.js": "^1.50.1",
"primeicons": "^1.0.0",
"primeng": "^7.1.3",
"rxjs": "~6.3.3",
"sharp": "^0.28.3",
"tabulator-tables": "^5.3.4",
"tidytree": "^0.5.8",
"tslib": "^1.9.0",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.0",
"@angular/cli": "~7.3.10",
"@angular/compiler-cli": "~7.2.0",
"@angular/language-service": "~7.2.0",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/jquery": "^3.5.16",
"@types/leaflet": "^1.5.13",
"@types/markerclustererplus": "2.1.33",
"@types/moment-timezone": "^0.5.12",
"@types/node": "^8.9.5",
"alignment-viewer": "^0.3.2",
"bioseq": "^0.1.4",
"clipboard": "^2.0.4",
"codelyzer": "~4.5.0",
"d3": "^5.16.0",
"d3-force-attract": "^0.1.1",
"d3-symbol-extra": "^0.1.0",
"file-saver": "^2.0.2",
"fileto": "^0.1.0",
"fs": "0.0.1-security",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"leaflet": "^1.5.1",
"leaflet-image": "0.4.0",
"papaparse": "^5.2.0",
"patristic": "^0.5.7",
"phylocanvas": "^2.8.1",
"phylocanvas-plugin-context-menu": "^3.11.0",
"phylocanvas-plugin-history": "^2.1.1",
"phylocanvas-plugin-scalebar": "^1.1.1",
"protractor": "~5.4.0",
"tn93": "^0.3.0",
"ts-node": "~7.0.0",
"tslint": "^5.11.0",
"typescript": "~3.2.2",
"xlsx": "^0.18.5"
}
}