-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
166 lines (166 loc) · 5.17 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "@gmod/jbrowse-core",
"version": "2.0.0",
"description": "JBrowse 2 core libraries used by plugins",
"license": "MIT",
"repository": "GMOD/jbrowse-components",
"main": "dist/index.js",
"author": {
"name": "Robert Buels",
"email": "rbuels@gmail.com",
"url": "https://github.com/rbuels"
},
"engines": {
"node": ">=8"
},
"files": [
"dist"
],
"scripts": {
"test": "jest",
"coverage": "npm test -- --coverage",
"lint": "tsc --noEmit && eslint --ext .js,.ts,.jsx,.tsx .",
"clean": "rimraf dist",
"docs": "typedoc --theme markdown --out docs --readme none .",
"prebuild": "npm run clean",
"build": "babel . --root-mode upward --out-dir dist --extensions '.ts,.js'",
"preversion": "npm run lint && npm test && npm run docs && npm run build",
"version": "standard-changelog && git add CHANGELOG.md",
"postpublish": "git push origin master --follow-tags"
},
"keywords": [
"bionode",
"biojs",
"genomics"
],
"dependencies": {
"@librpc/web": "git+https://github.com/rbuels/librpc-web.git",
"@material-ui/lab": "^4.0.0-alpha.20",
"base64-js": "^1.3.0",
"canvas": "^2.5.0",
"file-uri-to-path": "^1.0.0",
"generic-filehandle": "^2.0.0",
"global": "^4.4.0",
"http-range-fetcher": "^1.2.2",
"jest": "^24.9.0",
"json-stable-stringify": "^1.0.1",
"object.fromentries": "^2.0.0",
"pako": "^1.0.10",
"shortid": "^2.2.13",
"tenacious-fetch": "^2.1.0",
"util.promisify": "^1.0.0",
"whatwg-fetch": "^3.0.0"
},
"peerDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@material-ui/core": "^4.0.0",
"@material-ui/styles": "^4.0.0",
"@svgr/webpack": "^4.1.0",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^9.0.0",
"@types/base64-js": "^1.2.5",
"@types/get-value": "^3.0.1",
"@types/jest": "^24.0.9",
"@types/long": "^4.0.0",
"@types/pako": "^1.0.1",
"@types/set-value": "^2.0.0",
"@types/shortid": "^0.0.29",
"@types/string-template": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.4",
"babel-plugin-named-asset-import": "^0.3.0",
"babel-preset-mobx": "^2.0.0",
"babel-preset-react-app": "8.0.0-next.b0cbf2ca",
"babel-preset-typescript": "^7.0.0-alpha.19",
"bfj": "^6.1.1",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^2.4.1",
"core-js": "^3.2.1",
"css-loader": "^2.1.0",
"documentation": "^9.3.1",
"dotenv": "^6.0.0",
"dotenv-expand": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-react-app": "^4.0.0",
"eslint-config-xo": "^0.26.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-flowtype": "^3.6.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-monorepo": "^0.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"fetch-mock": "^7.3.3",
"file-loader": "^3.0.1",
"fs-extra": "^7.0.0",
"html-webpack-plugin": "4.0.0-alpha.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"jest-environment-jsdom-fourteen": "^0.1.0",
"jest-pnp-resolver": "^1.2.0",
"jest-resolve": "^24.3.0",
"lerna": "^3.4.1",
"mini-css-extract-plugin": "^0.5.0",
"mobx": "^5.0.0",
"mobx-react": "^6.0.0",
"mobx-state-tree": "3.14.1",
"node-sass": "^4.9.3",
"open-cli": "^5.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"pnp-webpack-plugin": "^1.1.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.5.0",
"postcss-safe-parser": "^4.0.1",
"prettier": "^1.18.2",
"prop-types": "^15.0.0",
"range-parser": "^1.2.1",
"react": "^16.8.0",
"react-app-polyfill": "^0.2.0",
"react-dev-utils": "<8.0.0",
"react-dom": "^16.8.0",
"resolve": "^1.8.1",
"rimraf": "^2.6.3",
"rxjs": "^6.0.0",
"sass-loader": "^7.1.0",
"standard-changelog": "^2.0.7",
"style-loader": "^0.23.0",
"terser-webpack-plugin": "^1.1.0",
"text-encoding-polyfill": "^0.6.7",
"thread-loader": "^2.1.1",
"ts-jest": "^24.0.2",
"typedoc": "^0.15.0",
"typedoc-plugin-markdown": "^1.1.27",
"typescript": "^3.3.4000",
"url-loader": "^1.1.1",
"webpack": "^4.19.1",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-manifest-plugin": "^2.0.4",
"whatwg-fetch": "^3.0.0",
"workbox-webpack-plugin": "^4.0.0",
"worker-loader": "^2.0.0",
"yeoman-test": "^1.9.1"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"tsc": "^1.20150623.0"
}
}