-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.77 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": "higlass-labelled-points-track",
"version": "0.1.16",
"description": "HiGlass Labelled Points 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/pkerpedjiev/higlass-labelled-points-track.git"
},
"main": "dist/higlass-labelled-points-track.min.js",
"unpkg": "dist/higlass-labelled-points-track.min.js",
"files": [
"dist",
"src"
],
"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",
"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",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.4",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.5.0",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.1"
},
"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": {
"box-intersect": "1.0.2",
"higlass": "^1.9.5",
"higlass-register": "^0.1.0"
}
}