-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.78 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
{
"name": "udn-browser",
"version": "1.0.4",
"description": "",
"homepage": "https://dbmi-bgm.github.io/udn-browser",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development",
"build": "rm -rf dist/; webpack --mode production",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@gmod/tabix": "^1.5.3",
"@gmod/vcf": "^5.0.6",
"assert": "^2.0.0",
"axios": "^1.4.0",
"bootstrap": "^4.6.1",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"d3-format": "^3.1.0",
"generic-filehandle": "3.0.0",
"higlass": "1.12.4",
"higlass-bigwig-datafetcher": "^0.2.0",
"higlass-clinvar": "^0.2.5",
"higlass-cohort": "0.4.0-beta.6",
"higlass-general-vcf": "0.1.4",
"higlass-gnomad": "^0.2.2",
"higlass-orthologs": "^0.2.4",
"higlass-register": "^0.3.0",
"higlass-sequence": "^0.4.2",
"higlass-text": "^0.1.6",
"higlass-transcripts": "^0.3.8",
"pixi.js": "^5.2.4",
"process": "^0.11.10",
"react": "^17.0.2",
"react-app-rewired": "^2.2.1",
"react-cssfx-loading": "^1.1.0",
"react-dom": "^17.0.2",
"react-scripts": "5.0.1",
"react-select": "^5.7.4",
"react-tooltip": "^5.0.0",
"stream-browserify": "^3.0.0",
"underscore": "^1.10.2",
"util": "^0.12.5"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"gh-pages": "^6.0.0",
"html-webpack-plugin": "^5.5.3",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}