forked from GMOD/jbrowse-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (154 loc) · 5.42 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
{
"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*\" --scope @jbrowse/text-indexing",
"useSrc": "lerna run useSrc --scope \"@jbrowse/plugin*\" --scope @jbrowse/text-indexing",
"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",
"test-ci": "cross-env NODE_OPTIONS='--max-old-space-size=7000' jest --ci --coverage",
"built-test-ci": "jest --ci integration.test.js",
"test": "jest",
"prepare": "husky install",
"preconfigdocs": "yarn tsc --build docs/tsconfig.json",
"configdocs": "rm -rf website/docs/config && mkdir website/docs/config && node docs/dist/generateConfigDocs.js",
"prestatedocs": "yarn tsc --build docs/tsconfig.json",
"statedocs": "rm -rf website/docs/models && mkdir website/docs/models && node docs/dist/generateStateModelDocs.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": "^7.0.0",
"@electron/notarize": "^1.2.3",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.10.17",
"@mui/x-data-grid": "^5.0.0",
"@oclif/dev-cli": "^1.26.9",
"@oclif/test": "^1.2.7",
"@storybook/addon-essentials": "^7.0.0-beta.35",
"@storybook/addon-interactions": "^7.0.0-beta.35",
"@storybook/addon-links": "^7.0.0-beta.35",
"@storybook/builder-webpack5": "^7.0.0-beta.38",
"@storybook/node-logger": "^7.0.0-beta.35",
"@storybook/react": "^7.0.0-beta.35",
"@storybook/react-webpack5": "^7.0.0-beta.35",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.0.0",
"@types/base64-js": "^1.2.5",
"@types/buffer-crc32": "^0.2.2",
"@types/cli-progress": "^3.9.2",
"@types/color": "^3.0.1",
"@types/cors": "^2.8.13",
"@types/cross-spawn": "^6.0.2",
"@types/crypto-js": "^4.0.1",
"@types/d3-scale": "^3.0.0",
"@types/deep-equal": "^1.0.1",
"@types/detect-node": "^2.0.0",
"@types/dompurify": "^2.0.2",
"@types/escape-html": "^1.0.2",
"@types/express": "^4.17.8",
"@types/get-value": "^3.0.1",
"@types/is-object": "^1.0.0",
"@types/jest": "^29.2.4",
"@types/jest-image-snapshot": "^6.1.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/offscreencanvas": "^2019.6.4",
"@types/pako": "^1.0.1",
"@types/pluralize": "^0.0.29",
"@types/range-parser": "^1.2.3",
"@types/rbush": "^3.0.0",
"@types/react": "^18.0.26",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^18.0.0",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/rimraf": "^3.0.2",
"@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.45.1",
"babel-loader": "^9.1.0",
"canvas": "^2.9.1",
"chai": "^4.3.4",
"cross-env": "^7.0.2",
"cross-spawn": "^7.0.1",
"crypto-js": "^3.0.0",
"dependency-graph": "^0.11.0",
"electron": "23.1.1",
"electron-builder": "^23.0.3",
"electron-mock-ipc": "^0.3.8",
"eslint": "^8.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": "^2.0.0",
"husky": "^8.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-fetch-mock": "^3.0.3",
"jest-image-snapshot": "^6.1.0",
"jest-localstorage-mock": "^2.4.3",
"lerna": "^5.1.2",
"lerna-changelog": "^2.2.0",
"mobx": "^6.0.0",
"mobx-react": "^7.0.0",
"mobx-state-tree": "^5.1.7",
"nock": "^13.2.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prop-types": "^15.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-scripts": "^5.0.1",
"requestidlecallback-polyfill": "^1.0.2",
"rimraf": "^3.0.2",
"rxjs": "^7.0.0",
"semver": "^7.3.4",
"slugify": "^1.6.5",
"storybook": "^7.0.0-beta.35",
"ts-loader": "^9.3.0",
"ts-node": "^10.4.0",
"tslib": "^2.0.1",
"tss-react": "^4.0.0",
"typescript": "^4.9.3",
"web-encoding": "^1.1.5",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.7.3"
},
"version": "0.0.0",
"dependencies": {}
}