-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.41 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
78
79
80
81
82
83
84
85
86
{
"name": "higlass-scalable-insets",
"version": "1.0.0-rc1",
"description": "Scalable Insets track for highlighting and exploring annotations in HiGlass",
"keywords": [
"HiGlass",
"Track",
"Insets",
"Annotations",
"Patterns",
"Plugin Track"
],
"author": "Fritz Lekschas",
"license": "MIT",
"contributors": [
{
"name": "Fritz Lekschas",
"url": "http://github.com/flekschas"
}
],
"repository": {
"type": "git",
"url": "git://github.com/flekschas/higlass-scalable-insets.git"
},
"main": "src/index.js",
"unpkg": "dist/higlass-scalable-insets.min.js",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist/*; webpack --mode production",
"start": "webpack-dev-server --mode development --open",
"prerelease": "npm run build; zip -r dist.zip dist"
},
"dependencies": {
"@pixi/filter-drop-shadow": "^2.6.0",
"d3-color": "^1.2.3",
"d3-geo": "^1.11.1",
"d3-scale": "^2.1.2",
"fastpriorityqueue": "github:flekschas/FastPriorityQueue.js",
"higlass-register": "^0.1.0",
"hull.js": "^0.2.10",
"liang-barsky": "^1.0.1",
"line-seg-intersect": "^1.0.0",
"pub-sub-es": "^1.2.1"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"css-loader": "^1.0.0",
"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.5.7",
"higlass-geojson": "0.3.0",
"higlass-image": "0.2.0",
"html-webpack-plugin": "^3.1.0",
"node-sass": "^4.9.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"terser-webpack-plugin": "^1.1.0",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.19.1",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
},
"hgDependencies": {
"higlass": "^1.5.7",
"higlass-geojson": "0.3.0",
"higlass-image": "0.2.0"
}
}