forked from CDCgov/MicrobeTrace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "MicrobeTrace",
"version": "0.4.3",
"main": "index.js",
"author": "Tony Boyles <[email protected]>",
"license": "MIT",
"repository": "https://github.com/CDCgov/MicrobeTrace.git",
"engines": {
"node": ">=8.0.0",
"yarn": ">=1.6.0"
},
"scripts": {
"cache": "./appcache.sh && ./sw.sh",
"start": "node index.js"
},
"dependencies": {
"3d-force-graph": "^1.31.2",
"alertifyjs": "^1.11.1",
"alignment-viewer": "^0.3.0",
"bioseq": "^0.1.3",
"bootstrap": "^4.1.1",
"chosen-js": "^1.8.5",
"clipboard": "^1.7.1",
"d3": "^5.1.0",
"d3-force-attract": "^0.1.1",
"d3-sankey": "^0.7.1",
"d3-symbol-extra": "^0.1.0",
"express": "^4.16.3",
"golden-layout": "^1.5.9",
"html2canvas": "^1.0.0-alpha.12",
"jquery": "^3.3.1",
"jszip": "^3.1.5",
"leaflet": "^1.3.3",
"marked": "^0.5.1",
"moment": "^2.22.2",
"ntseq": "^1.1.0",
"open-iconic": "^1.1.1",
"papaparse": "^4.4.0",
"plotly.js": "^1.37.1",
"popper.js": "^1.14.3",
"screenfull": "^3.3.2",
"tabulator-tables": "^4.0.5",
"tn93": "^0.2.2",
"underscore": "^1.9.0",
"vue": "^2.5.16",
"xlsx": "^0.13.2",
"xss": "^0.3.8"
}
}