-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.61 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
{
"name": "locuszoom-hosted",
"version": "1.0.0",
"description": "Upload and share GWAS results with LocusZoom.js",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"dev": "webpack --watch --config webpack.dev.js",
"prod": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/statgen/locuszoom-hosted.git"
},
"author": "Andy Boughton <abought@umich.edu>",
"contributors": [
"Ryan Welch",
"Peter VandeHaar"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/statgen/locuszoom-hosted/issues"
},
"homepage": "https://github.com/statgen/locuszoom-hosted#readme",
"dependencies": {
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.21.2",
"d3": "^5.16.0",
"d3-tip": "0.9.1",
"gwas-credible-sets": "^0.1.0",
"localzoom": "git+https://github.com/statgen/localzoom.git#84215bf",
"locuszoom": "0.14.0",
"lodash": "^4.17.21",
"pako": "^1.0.11",
"tabulator-tables": "^4.9.3",
"vue": "^2.6.14",
"vuejs-paginator": "^2.0.2"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"eslint": "^7.32.0",
"node-sass": "^4.14.1",
"sass-loader": "^10.2.0",
"source-map-loader": "^1.1.3",
"style-loader": "^2.0.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
}
}