forked from CDCgov/MicrobeTrace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.48 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
{
"name": "MicrobeTrace",
"version": "0.6.2",
"description": "The Visualization Multitool for Molecular Epidemiology and Bioinformatics",
"homepage": "https://github.com/CDCgov/MicrobeTrace#readme",
"keywords": [
"bioinformatics",
"epidemiology",
"network-visualization",
"hiv",
"CDC",
"pathogens",
"phylogenetics",
"phylogenetic-trees",
"phylogeny",
"phylogenomics",
"genomics",
"genomics-visualization",
"data-visualization",
"genomic-data-analysis",
"sequence-analysis"
],
"author": "Tony Boyles <[email protected]>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CDCgov/MicrobeTrace.git"
},
"bugs": {
"url": "https://github.com/CDCgov/MicrobeTrace/issues"
},
"engines": {
"node": "^12.9.1",
"npm": "^6.11.2"
},
"scripts": {
"build": "npm run compress",
"bundle": "scripts/bundle.sh",
"cache": "scripts/sw.sh",
"clean": "scripts/cleanup.sh",
"compress": "scripts/compress.sh",
"update": "npm update && npm run bundle"
},
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"express": "^4.17.1",
"express-http-to-https": "^1.1.4",
"express-static-gzip": "^1.1.3",
"gzipper": "^2.10.4"
},
"devDependencies": {
"3d-force-graph": "^1.67.8",
"acorn": "^6.4.2",
"alertifyjs": "^1.13.1",
"alignment-viewer": "^0.3.4",
"bioseq": "^0.1.5",
"bootstrap": "^4.6.0",
"chosen-js": "^1.8.5",
"clipboard": "^2.0.6",
"cssnano": "^4.1.10",
"d3": "^5.16.0",
"d3-force-attract": "^0.1.1",
"d3-polygon": "^1.0.6",
"d3-symbol-extra": "^0.1.0",
"devtools-detect": "^3.0.1",
"file-saver": "^2.0.5",
"fileto": "0.1.0",
"golden-layout": "^1.5.9",
"html5sortable": "^0.9.18",
"jquery": "^3.5.1",
"jszip": "^3.6.0",
"leaflet": "^1.7.1",
"leaflet-image": "^0.4.0",
"leaflet.markercluster": "^1.4.1",
"localforage": "^1.9.0",
"marked": "^0.7.0",
"moment": "^2.29.1",
"open-iconic": "^1.1.1",
"papaparse": "^5.3.0",
"patristic": "^0.5.6",
"pdfmake": "^0.1.70",
"pixi-viewport": "^4.21.0",
"pixi.js": "^5.3.8",
"plotly.js": "^1.58.4",
"popper.js": "^1.16.1",
"postcss-cli": "^7.1.2",
"puppeteer": "^1.20.0",
"save-svg-as-png": "^1.4.17",
"screenfull": "^3.3.2",
"tabulator-tables": "^4.9.3",
"tidytree": "^0.5.6",
"tn93": "^0.3.2",
"xlsx": "^0.14.5",
"xss": "^1.0.8"
}
}