-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
126 lines (126 loc) · 3.52 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "bionet-new",
"version": "0.0.1",
"scripts": {
"build-js": "bin/build.js",
"build-lazy": "bin/build_lazy.sh",
"watch-js": "bin/build.js -d",
"hot-js": "bin/build.js -d --hot",
"build-css": "gulp build:css",
"watch-css": "gulp watch:css",
"build": "gulp build",
"watch": "gulp watch",
"hot": "gulp hot",
"dev": "bin/dev.js",
"postinstall": "bin/postinstall.sh",
"start": "bin/server.js",
"buildtest": "gulp buildtest",
"test": "jest"
},
"dependencies": {
"JSONStream": "^1.3.3",
"accountdown": "^4.1.0",
"accountdown-basic": "^1.1.0",
"async": "^2.5.0",
"backoff": "^2.5.0",
"bionet-shipping-labeler": "0.0.3",
"blast-level": "0.0.11",
"d3": "^5.4.0",
"discovery-channel": "^5.4.6",
"ecstatic": "^2.2.1",
"email-validator": "^1.1.1",
"font-awesome": "^4.7.0",
"jayson": "^2.0.5",
"jeyo-distans": "^0.2.0",
"level": "^1.7.0",
"level-elasticsearch-index": "0.0.4",
"level-tree-index": "0.1.0",
"minimist": "^1.2.0",
"moment": "^2.22.2",
"multileveldown": "^2.3.0",
"nodemailer": "^4.1.3",
"nodemailer-smtp-transport": "^2.7.4",
"qrcode-generator": "^1.3.1",
"react-force-graph": "^1.13.3",
"react-vis-force": "^0.3.1",
"retricon-without-canvas": "^1.0.0",
"routes": "^2.1.0",
"rpc-multiauth": "0.0.2",
"rpc-multistream": "^0.9.7",
"simple-oauth2": "^2.2.0",
"simple-query-string": "^1.3.2",
"ssh2": "^0.5.5",
"subleveldown": "^2.1.0",
"through2": "^2.0.3",
"uuid": "^3.1.0",
"websocket-stream": "^5.1.2",
"ws": "^4.0.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"@babel/preset-env": "^7.1.0",
"@mdi/font": "^2.4.85",
"FontLoader": "0.0.2",
"aliasify": "^2.1.0",
"ashnazg": "^1.0.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babelify": "^7.3.0",
"beepbeep": "^1.2.1",
"browserify": "^16.1.1",
"browserify-hmr": "^0.3.6",
"browserify-markdown": "^2.0.1",
"browserify-test": "^3.1.0",
"bulma": "^0.6.2",
"bulma-tooltip": "0.1.7",
"byline": "^5.0.0",
"chai": "^4.1.2",
"colors": "^1.1.2",
"deep-object-diff": "^1.0.4",
"deepmerge": "^2.0.0",
"enzyme": "^3.3.0",
"expect": "^22.4.3",
"getusermedia": "^2.0.1",
"glob": "^7.1.2",
"graphic-smith-waterman": "^1.0.1",
"gulp": "^3.9.1",
"gulp-cssimport": "^6.0.0",
"gulp-inline-source": "^3.1.0",
"gulp-jest": "^4.0.2",
"gulp-sass": "^3.1.0",
"isemail": "^3.0.0",
"jest": "^22.4.3",
"jest-cli": "^22.4.3",
"less": "^2.7.2",
"linkstate": "^1.1.0",
"marked": "^0.3.12",
"mdi": "^2.2.43",
"mocha": "^5.0.5",
"noty": "^3.1.3",
"preact": "^8.2.7",
"preact-compat": "^3.17.0",
"preact-compat-enzyme": "^0.2.5",
"preact-jsx-chai": "^2.2.1",
"preact-test-utils": "^0.1.3",
"preact-transition-group": "^1.1.1",
"qrcode-reader": "^1.0.4",
"rc-color-picker": "^1.2.6",
"react-color-picker": "^4.0.2",
"react-popup": "^0.9.3",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"reactjs-popup": "^1.1.1",
"sassify": "^4.0.1",
"simplemde": "^1.11.2",
"sinon": "^4.4.8",
"strftime": "^0.10.0",
"vega": "^4.3.0",
"watchify": "^3.11.0",
"zxcvbn": "^4.4.2"
},
"license": "AGPL-3.0"
}