-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.98 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
{
"name": "higlass-vcf",
"version": "0.1.7",
"description": "HiGlass VCF Track",
"keywords": [
"HiGlass",
"Track"
],
"author": "Peter Kerpedjiev",
"license": "MIT",
"contributors": [
{
"name": "Peter Kerpedjiev",
"url": "http://github.com/pkerpedjiev"
}
],
"repository": {
"type": "git",
"url": "git://github.com/higlass/higlass-vcf.git"
},
"main": "src/index.js",
"unpkg": "dist/higlass-vcf.min.js",
"files": [
"dist"
],
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"file-loader": "^1.1.11",
"higlass": "1.9.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.1.0",
"node-sass": "^4.8.3",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"postcss-flexbugs-fixes": "^3.3.0",
"postcss-loader": "^2.1.3",
"sass-loader": "^7.0.1",
"string-replace-loader": "^2.2.0",
"style-loader": "^0.20.3",
"threads-plugin": "^1.2.0",
"uglifyjs-webpack-plugin": "^1.2.4",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.1",
"webpack-plugin-replace": "^1.2.0"
},
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --mode development --open",
"prerelease": "rm -rf dist/*; npm run build; zip -r dist.zip dist"
},
"dependencies": {
"@gmod/tabix": "^1.4.6",
"@gmod/vcf": "^4.0.1",
"d3-array": "^2.3.1",
"d3-dsv": "^1.1.1",
"d3-request": "^1.0.6",
"d3-scale": "^3.0.1",
"generic-filehandle": "^2.0.2",
"higlass-register": "^0.1.0",
"prettier": "^1.18.2",
"slugid": "^2.0.0"
}
}