-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.7 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
{
"private": true,
"license": "MIT",
"workspaces": [
"lib",
"app"
],
"scripts": {
"lint": "eslint --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write .",
"test": "vitest"
},
"devDependencies": {
"@emotion/react": "^11.13.0",
"@jbrowse/core": "^2.13.1",
"@mui/icons-material": "^6.0.2",
"@mui/material": "^6.0.2",
"@mui/system": "^6.0.2",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-typescript": "^12.1.1",
"@types/d3": "^7.4.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.1.0",
"@types/normalize-wheel": "^1.0.2",
"@types/pako": "^2.0.3",
"@types/rbush": "^3.0.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^9.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^5.1.0-rc-d48603a5-20240813",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-unicorn": "^56.0.0",
"mobx": "^6.13.1",
"mobx-react": "^9.1.1",
"mobx-state-tree": "^5.0.1",
"prettier": "^3.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"rollup": "^4.19.2",
"rollup-plugin-polyfill-node": "^0.13.0",
"rxjs": "^7.8.1",
"slugify": "^1.6.6",
"tss-react": "^4.9.12",
"tsx": "^4.17.0",
"typescript": "^5.3.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.6",
"vitest": "^2.0.5"
}
}