-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.24 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
{
"name": "flu-infection",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "npm run watch",
"server": "node ./bin/www",
"watch": "nodemon -i client ./bin/www"
},
"dependencies": {
"@gmod/bbi": "^1.0.35",
"@gmod/tabix": "^1.5.11",
"@gmod/vcf": "^5.0.10",
"await-semaphore": "^0.1.3",
"body-parser": "^1.20.2",
"color-js": "^1.0.5",
"connect-ensure-login": "^0.1.1",
"connect-redis": "^6.1.3",
"cookie-parser": "~1.4.6",
"cors": "^2.8.5",
"csv-parse": "^4.16.3",
"cuid": "^2.1.8",
"d3-scale": "^4.0.2",
"debug": "~4.3.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"marked": "^11.1.0",
"marked-gfm-heading-id": "^3.1.2",
"md5": "^2.3.0",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"passport": "^0.6.0",
"passport-custom": "^1.1.1",
"passport-openidconnect": "^0.1.1",
"pg": "^8.11.3",
"pg-copy-streams": "^6.0.6",
"pug": "~3.0.2",
"rambda": "^8.5.0",
"redis": "~4.6.10",
"serve-favicon": "~2.5.0",
"sharp": "^0.32.6"
},
"devDependencies": {
"@gmod/gff": "^1.3.0",
"nodemon": "^3.0.1",
"xlsx": "^0.18.5"
}
}