-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.58 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "hipiler",
"description": "Visual exploration of large genome interaction matrices with interactive small multiples.",
"author": "Fritz Lekschas (https://lekschas.de)",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/flekschas/hipiler.git"
},
"license": "MIT",
"dependencies": {
"aurelia-animator-css": "1.0.4",
"aurelia-bootstrapper": "2.2.0",
"bluebird": "3.5.1",
"chroma-js": "1.3.7",
"d3": "4.13.0",
"gulp-marked": "flekschas/gulp-marked",
"higlass": "1.7.2",
"hull.js": "0.2.10",
"javascript-detect-element-resize": "0.5.3",
"localforage": "1.7.1",
"marked": "0.3.19",
"normalize-wheel": "1.0.1",
"papaparse": "4.4.0",
"pixi.js": "5.2.0",
"react": "16.6.3",
"react-bootstrap": "0.32.1",
"react-dom": "16.6.3",
"redux": "3.7.2",
"redux-batched-actions": "0.3.0",
"redux-persist": "4.10.2",
"redux-thunk": "2.2.0",
"redux-undo": "1.0.0-beta9-9-7",
"requirejs": "2.3.5",
"tayden-clusterfck": "0.7.0",
"text": "github:requirejs/text#latest",
"three": "0.92.0",
"three-line-2d": "1.1.6",
"three-orbit-controls": "82.1.0",
"tsne-js": "1.0.3"
},
"peerDependencies": {},
"devDependencies": {
"aurelia-cli": "0.35.1",
"aurelia-testing": "1.0.0-beta.4.0.0",
"aurelia-tools": "2.0.0",
"aurelia-validation": "1.1.3",
"babel-core": "6.26.3",
"babel-eslint": "8.2.3",
"babel-plugin-syntax-flow": "6.18.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-es2015-modules-amd": "6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-stage-1": "6.24.1",
"babel-register": "6.26.0",
"browser-sync": "2.24.4",
"connect-history-api-fallback": "1.5.0",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.7.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "7.0.0",
"gulp-changed-in-place": "2.3.0",
"gulp-clean": "0.4.0",
"gulp-concat": "2.6.1",
"gulp-eslint": "4.0.2",
"gulp-htmlmin": "4.0.0",
"gulp-if": "2.0.2",
"gulp-modify": "0.1.1",
"gulp-notify": "3.2.0",
"gulp-order": "1.1.1",
"gulp-plumber": "1.2.0",
"gulp-rename": "1.2.2",
"gulp-sass": "4.0.1",
"gulp-sourcemaps": "2.6.4",
"gulp-wrap": "0.13.0",
"html-minifier": "3.5.15",
"jasmine-core": "2.8.0",
"karma": "1.7.0",
"karma-babel-preprocessor": "6.0.1",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "1.1.0",
"merge-stream": "1.0.1",
"minimatch": "3.0.4",
"redux-freeze": "0.1.5",
"through2": "2.0.3",
"uglify-js": "3.4.0",
"vinyl-fs": "2.4.4"
},
"scripts": {
"build": "npm run update; gulp clean; gulp; au build --env prod; gulp index",
"lint": "eslint src",
"prepublishOnly": "npm run lint",
"prerelease": "npm run update; gulp clean; gulp clean-dist; gulp --build; au build --env prod; gulp build; cd build; zip -r ../build.zip ./*",
"ghp": "npm run update; gulp clean; gulp clean-dist; gulp --ghp; au build --env prod; gulp ghp; scripts/cp-prod.sh hipiler-ghp",
"ghp-no-update": "gulp clean; gulp clean-dist; gulp --ghp; au build --env prod; gulp ghp; scripts/cp-prod.sh hipiler-ghp",
"start": "gulp; au run --watch",
"update": "git pull; git submodule update --init --recursive --remote --merge; npm install; gulp"
}
}