-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
137 lines (137 loc) · 4.52 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "higlass-app",
"version": "1.1.11",
"description": "A fully-featured app for viewing, exploring, and annotating 1D and 2D genomic data",
"keywords": [
"higlass",
"app",
"genomics",
"3d genome",
"hi-c"
],
"author": "Fritz Lekschas (https://lekschas.de)",
"license": "MIT",
"homepage": "/",
"repository": {
"type": "git",
"url": "https://github.com/higlass/higlass-app.git"
},
"bugs": {
"url": "https://github.com/higlass/higlass-app/issues"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"autobind-decorator": "2.4.0",
"bootstrap": "3.3.7",
"deep-equal": "2.0.1",
"higlass": "1.8.1",
"history": "4.10.1",
"pixi.js-legacy": "5.2.0",
"prop-types": "15.7.2",
"pub-sub-es": "1.2.1",
"react": "16.8.6",
"react-bootstrap": "0.32.1",
"react-dom": "16.7.0",
"react-markdown": "4.0.0",
"react-redux": "5.0.7",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"react-router-redux": "5.0.0-alpha.9",
"redux": "4.0.5",
"redux-batched-actions": "0.4.1",
"redux-freeze": "0.1.7",
"redux-logger": "3.0.6",
"redux-persist": "4.10.2",
"redux-thunk": "2.3.0",
"redux-undo": "1.0.0-beta9-9-7"
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/plugin-proposal-decorators": "7.13.5",
"@babel/preset-env": "7.13.10",
"@babel/preset-react": "7.12.13",
"@svgr/webpack": "2.4.1",
"autodll-webpack-plugin": "0.4.2",
"autoprefixer": "9.7.4",
"autotrack": "2.4.1",
"babel-eslint": "10.0.3",
"babel-jest": "25.1.0",
"babel-loader": "8.0.6",
"babel-plugin-named-asset-import": "0.3.5",
"babel-preset-react-app": "9.1.0",
"bfj": "6.1.1",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"change-case": "4.1.1",
"css-loader": "3.4.2",
"deasync": "0.1.21",
"dotenv": "6.0.0",
"eslint": "5.6.1",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "3.1.0",
"eslint-config-react-app": "3.0.3",
"eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "2.50.3",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-prettier": "3.0.0",
"eslint-plugin-react": "7.11.1",
"file-loader": "2.0.0",
"fs-extra": "7.0.0",
"html-webpack-plugin": "4.0.0-alpha.2",
"husky": "4.2.1",
"identity-obj-proxy": "3.0.0",
"jest": "23.6.0",
"less": "3.10.3",
"less-loader": "5.0.0",
"lint-staged": "10.0.3",
"mini-css-extract-plugin": "0.9.0",
"node-sass": "4.13.1",
"object-assign": "4.1.1",
"optimize-css-assets-webpack-plugin": "5.0.3",
"pnp-webpack-plugin": "1.6.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"prettier": "1.19.1",
"pretty-quick": "2.0.1",
"promise": "8.0.3",
"react-app-polyfill": "^0.1.3",
"react-dev-utils": "6.0.3",
"react-error-overlay": "5.0.3",
"sass-loader": "8.0.2",
"string-replace-webpack-plugin": "0.1.3",
"style-loader": "1.1.3",
"stylelint": "13.0.0",
"stylelint-config-recommended": "3.0.0",
"stylelint-scss": "3.14.2",
"stylelint-webpack-plugin": "1.2.1",
"sw-precache-webpack-plugin": "1.0.0",
"terser-webpack-plugin": "2.3.3",
"url-loader": "3.0.0",
"webpack": "4.41.5",
"webpack-dev-server": "3.10.1",
"webpack-manifest-plugin": "2.2.0",
"whatwg-fetch": "3.0.0",
"workbox-webpack-plugin": "3.6.2"
},
"scripts": {
"build": "CI=false node scripts/build.js; npm run download",
"download": "wget https://unpkg.com/[email protected]/build/pure-min.css -O build/pure-min.css; wget https://www.google-analytics.com/analytics.js -O build/analytics.js; cp node_modules/higlass/dist/hglib.min.js build/; cp node_modules/higlass/dist/hglib.css build/hglib.min.css; cp node_modules/react/umd/react.production.min.js build/; cp node_modules/react-bootstrap/dist/react-bootstrap.min.js build/; cp node_modules/react-dom/umd/react-dom.production.min.js build/; cp node_modules/pixi.js-legacy/dist/pixi-legacy.min.js build/;",
"lint": "eslint src; stylelint src/**/*.scss",
"precommit": "NODE_ENV=production lint-staged",
"prepublishOnly": "npm run lint",
"prerelease": "rm -rf build/*; npm run build; cd build && zip -r ../build.zip ./*",
"start": "node scripts/start.js",
"test": "echo \"Warning: no test specified\" && exit 0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}