-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.85 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
{
"version": "0.0.5",
"name": "jbrowse-plugin-protein3d",
"keywords": [
"jbrowse",
"jbrowse2"
],
"main": "dist/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"test": "vitest",
"clean": "rimraf dist",
"format": "prettier --write .",
"prebuild": "npm run clean",
"start": "node esbuild.mjs",
"build": "tsc && NODE_ENV=production node esbuild.mjs",
"lint": "eslint --report-unused-disable-directives --max-warnings 0",
"prepack": "npm run build",
"postversion": "git push --follow-tags"
},
"dependencies": {
"@mui/icons-material": "^6.1.5",
"buffer": "^6.0.3",
"clustal-js": "^2.0.1",
"g2p_mapper": "^1.0.3",
"molstar": "^4.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@emotion/react": "^11.13.0",
"@eslint/compat": "^1.1.1",
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
"@jbrowse/core": "^2.0.0",
"@jbrowse/plugin-linear-genome-view": "^2.4.2",
"@mui/material": "^6.1.5",
"@mui/system": "^6.1.5",
"@mui/x-data-grid": "^7.3.0",
"@types/node": "^22.5.0",
"@types/react": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"esbuild": "^0.24.0",
"eslint": "^9.0.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-unicorn": "^56.0.0",
"fp-ts": "^2.16.9",
"mobx": "^6.0.0",
"mobx-react": "^9.0.1",
"mobx-state-tree": "5.4.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"pretty-bytes": "^6.1.1",
"react": "^19.0.0",
"rimraf": "^6.0.1",
"rxjs": "^7.0.0",
"tss-react": "^4.9.4",
"typescript": "^5.3.3",
"typescript-eslint": "^8.1.0",
"vitest": "^2.0.5"
},
"author": "Colin <[email protected]>",
"license": "MIT"
}