forked from GMOD/jbrowse-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
159 lines (159 loc) · 5.35 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
{
"name": "root",
"private": true,
"repository": "https://github.com/GMOD/jbrowse-components",
"workspaces": [
"packages/*",
"products/*",
"plugins/*"
],
"scripts": {
"build": "yarn useDist && node scripts/build.js && yarn useSrc",
"changelog": "lerna-changelog",
"useDist": "lerna run useDist --scope \"@jbrowse/plugin*\"",
"useSrc": "lerna run useSrc --scope \"@jbrowse/plugin*\"",
"lerna-publish": "lerna publish",
"lint": "eslint --report-unused-disable-directives --max-warnings 0 --ext .js,.ts,.jsx,.tsx .",
"format": "prettier --write .",
"check-format": "prettier --check .",
"typecheck": "tsc --noEmit",
"pretest-ci": "cd products/jbrowse-react-linear-genome-view;yarn build;cd ../../",
"test-ci": "cross-env NODE_OPTIONS='--max-old-space-size=7000' jest --ci --coverage && jest --testMatch '**/*testmod.js'",
"built-test-ci": "jest --ci integration.test.js",
"test": "jest"
},
"husky": {
"hooks": {
"pre-commit": "node scripts/pre-commit.js"
}
},
"devDependencies": {
"@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.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@craco/craco": "^6.4.3",
"@material-ui/core": "^4.12.2",
"@oclif/dev-cli": "^1.26.9",
"@oclif/test": "^1.2.7",
"@storybook/addon-actions": "^6.4.20",
"@storybook/addon-docs": "^6.4.20",
"@storybook/addon-links": "^6.4.20",
"@storybook/addons": "^6.4.20",
"@storybook/builder-webpack5": "^6.4.20",
"@storybook/manager-webpack5": "^6.4.20",
"@storybook/preset-create-react-app": "^4.1.0",
"@storybook/react": "^6.4.20",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/base64-js": "^1.2.5",
"@types/buffer-crc32": "^0.2.0",
"@types/cli-progress": "^3.9.2",
"@types/clone": "^0.1.30",
"@types/color": "^3.0.1",
"@types/cors": "^2.8.8",
"@types/cross-spawn": "^6.0.2",
"@types/crypto-js": "^4.0.1",
"@types/d3-scale": "^2.2.0",
"@types/deep-equal": "^1.0.1",
"@types/detect-node": "^2.0.0",
"@types/dompurify": "^2.0.2",
"@types/escape-html": "^0.0.20",
"@types/express": "^4.17.8",
"@types/file-saver": "^2.0.1",
"@types/get-value": "^3.0.1",
"@types/is-object": "^1.0.0",
"@types/jest": "^25.2.1",
"@types/jest-image-snapshot": "^2.12.0",
"@types/jexl": "^2.3.0",
"@types/json-parse-better-errors": "^1.0.0",
"@types/json-stable-stringify": "^1.0.32",
"@types/lodash.merge": "^4.6.6",
"@types/long": "^4.0.0",
"@types/node": "^14.14.0",
"@types/node-fetch": "^2.5.7",
"@types/normalize-wheel": "^1.0.0",
"@types/object.fromentries": "^2.0.0",
"@types/offscreencanvas": "^2019.6.4",
"@types/pako": "^1.0.1",
"@types/pluralize": "^0.0.29",
"@types/pump": "^1.1.1",
"@types/range-parser": "^1.2.3",
"@types/rbush": "^3.0.0",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.0",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/rimraf": "^3.0.2",
"@types/rollup-plugin-node-builtins": "^2.1.2",
"@types/rollup-plugin-node-globals": "^1.4.1",
"@types/set-value": "^2.0.0",
"@types/shortid": "^0.0.29",
"@types/split2": "^3.2.1",
"@types/string-template": "^1.0.2",
"@types/tmp": "^0.2.1",
"@types/unzipper": "^0.10.3",
"@typescript-eslint/parser": "^5.8.0",
"babel-loader": "8.1.0",
"babel-plugin-inline-import-data-uri": "^1.0.1",
"chai": "^4.3.4",
"concurrently": "^6.4.0",
"core-js": "^3.19.3",
"cross-env": "^7.0.2",
"cross-spawn": "^7.0.1",
"css-loader": "^6.5.1",
"dependency-graph": "^0.9.0",
"electron": "17.1.2",
"electron-builder": "^22.14.5",
"electron-mock-ipc": "^0.3.8",
"electron-notarize": "^1.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-monorepo": "^0.3.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-tsdoc": "^0.2.4",
"file-loader": "^6.2.0",
"find-yarn-workspace-root": "^1.2.1",
"get-yarn-workspaces": "^1.0.2",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.0",
"jest-fetch-mock": "^3.0.3",
"jest-image-snapshot": "^4.5.1",
"jest-localstorage-mock": "^2.4.3",
"lerna": "^4.0.0",
"lerna-changelog": "^2.2.0",
"mobx": "^5.0.0",
"mobx-react": "^6.0.0",
"mobx-state-tree": "3.14.1",
"nock": "^13.2.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prop-types": "^15.0.0",
"react-scripts": "^5.0.1",
"requestidlecallback-polyfill": "^1.0.2",
"rimraf": "^3.0.2",
"rxjs": "^6.0.0",
"semver": "^7.3.4",
"style-loader": "^3.3.1",
"ts-loader": "^8.0.0",
"ts-node": "^10.4.0",
"tslib": "^2.0.1",
"typescript": "^4.5.2",
"url-loader": "^4.1.1",
"wait-on": "^6.0.0",
"web-encoding": "^1.1.5",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3"
},
"version": "0.0.0",
"dependencies": {}
}