-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.12 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
76
77
{
"name": "higlass-general-vcf",
"version": "0.1.4",
"description": "HiGlass General VCF Track",
"keywords": [
"HiGlass",
"Track"
],
"author": "Alexander Veit",
"license": "MIT",
"contributors": [
{
"name": "Alexander Veit",
"url": "http://github.com/alexander-veit"
}
],
"repository": {
"type": "git",
"url": "git://github.com/dbmi-bgm/higlass-general-vcf.git"
},
"main": "src/index.js",
"unpkg": "dist/higlass-general-vcf.min.js",
"module": "./es",
"files": [
"dist",
"es"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"before-build-webpack": "^0.2.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",
"html-loader": "^0.5.5",
"terser-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^3.1.0",
"string-replace-loader": "^2.2.0",
"style-loader": "^0.20.3",
"threads-plugin": "^1.4.0",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.20.2",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^3.1.1",
"webpack-plugin-replace": "^1.2.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"slugid": "^2.0.0",
"prettier": "^2.1.2"
},
"scripts": {
"build-es": "rm -rf ./es/* && npx babel ./src/ --out-dir ./es/ --env-name esm",
"build": "npm run build-es && webpack --mode production",
"start": "webpack serve --mode development -c webpack.config.js",
"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-color": "^3.1.0",
"d3-dsv": "^1.1.1",
"d3-request": "^1.0.6",
"d3-scale": "^3.0.1",
"higlass-register": "^0.1.0",
"raw-loader": "^4.0.2",
"threads": "v1.7.0",
"generic-filehandle": "^2.0.2",
"sanitize-html": "2.7.3"
}
}