forked from GMOD/jbrowse-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.99 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 3.99 KB
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
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "cross-env NODE_ENV=production lerna run build",
"lint": "eslint --report-unused-disable-directives --max-warnings 0 --ext .js,.ts,.jsx,.tsx .",
"typecheck": "tsc --noEmit",
"test-ci": "jest --ci --coverage",
"built-test-ci": "jest --ci packages/integration-tests",
"test": "jest"
},
"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.4.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@gmod/jbrowse-core": "^2.0.0",
"@gmod/jbrowse-plugin-linear-genome-view": "^2.0.0",
"@material-ui/core": "^4.0.0",
"@material-ui/styles": "^4.0.0",
"@rescripts/cli": "^0.0.12",
"@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/is-object": "^1.0.0",
"@types/jest": "^24.0.9",
"@types/json-stable-stringify": "^1.0.32",
"@types/long": "^4.0.0",
"@types/node": "12.7.5",
"@types/pako": "^1.0.1",
"@types/react": "16.9.2",
"@types/react-dom": "^16.9.1",
"@types/set-value": "^2.0.0",
"@types/shortid": "^0.0.29",
"@types/string-template": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"babel-loader": "^8.0.4",
"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",
"chalk": "^2.4.1",
"concurrently": "^4.1.2",
"core-js": "^3.2.1",
"cross-env": "^6.0.3",
"cross-spawn": "^7.0.1",
"css-loader": "^2.1.0",
"devtron": "^1.4.0",
"electron": "^7.1.0",
"electron-builder": "^22.1.0",
"electron-mock-ipc": "^0.3.1",
"eslint-config-airbnb": "^18.0.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-react-app": "^5.0.0",
"eslint-config-xo": "^0.26.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-flowtype": "^4.0.0",
"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": "^2.0.0",
"fastestsmallesttextencoderdecoder": "^1.0.14",
"file-loader": "^3.0.1",
"find-yarn-workspace-root": "^1.2.1",
"identity-obj-proxy": "^3.0.0",
"jest-environment-jsdom-fourteen": "^0.1.0",
"jest-image-snapshot": "^2.11.1",
"jest-pnp-resolver": "^1.2.0",
"lerna": "^3.4.1",
"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",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.5.0",
"prettier": "^1.18.2",
"prop-types": "^15.0.0",
"range-parser": "^1.2.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-scripts": "^3.3.0",
"requestidlecallback-polyfill": "^1.0.2",
"rimraf": "^2.6.3",
"rxjs": "^6.0.0",
"sass-loader": "^7.1.0",
"standard-changelog": "^2.0.7",
"style-loader": "^0.23.0",
"typedoc": "^0.15.0",
"typescript": "^3.7.2",
"wait-on": "^3.3.0",
"webpack-cli": "^3.3.9",
"whatwg-fetch": "^3.0.0",
"worker-loader": "^2.0.0",
"yeoman-test": "^1.9.1"
}
}