-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
61 lines (61 loc) · 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "p3-web",
"version": "3.42.3",
"private": true,
"scripts": {
"start": "node ./bin/p3-web",
"test": "cross-env NODE_ENV=test gulp srcfiles && npm run move-src && eslint . && jest --config jest.config.json --notify",
"move-src": "cp gulpified/app/app.js src/app/ && cp gulpified/app/p3app.js src/app/ && cp gulpified/widget/LoginForm.js src/widget",
"xxxeslint:fix": "./node_modules/eslint/bin/eslint.js --fix public/js/p3",
"xxxeslint:test": "./node_modules/eslint/bin/eslint.js public/js/p3",
"xxxtest:intern": "./node_modules/.bin/intern",
"postinstall": "./post_install.sh"
},
"dependencies": {
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"braces": "^3.0.3",
"bvbrc_js_client": "github:bv-brc/bvbrc_js_client",
"cookie-parser": "~1.4.6",
"cytoscape": "^3.2.4",
"cytoscape-cola": "^1.6.0",
"cytoscape-context-menus": "^3.0.2",
"cytoscape-cose-bilkent": "^2.0.4",
"cytoscape-dagre": "^2.3.2",
"cytoscape-panzoom": "^2.5.2",
"dagre": "^0.8.5",
"debug": "^4.3.4",
"decompress": "^4.2.1",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-formidable": "^1.2.0",
"feedparser": "^2.2.10",
"flag-icons": "^7.2.1",
"formidable": "^2.1.2",
"http-proxy": "^1.18.1",
"httpntlm": "^1.8.13",
"jbrowse": "github:GMOD/jbrowse#759433708fe59e2c0a09e781cf93dc7ec4670461",
"jquery": "^3.7.1",
"morgan": "^1.10.0",
"MultiBigWig": "github:BV-BRC/multibigwig#master",
"nconf": "^0.12.1",
"nodemailer": "^6.9.13",
"nodemailer-smtp-transport": "^2.7.4",
"phyloxml": "^1.0.0",
"promised-io": "^0.3.6",
"pug": "^3.0.3",
"rql": "^0.3.3",
"serve-favicon": "^2.5.0",
"underscore": "^1.13.6",
"webcola": "^3.4.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"gulp-replace": "^1.1.4",
"minimatch": "^9.0.4",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0"
}
}