-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 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
60
61
62
63
64
{
"name": "cellpop",
"private": true,
"version": "0.0.0",
"homepage": "https://hms-dbmi.github.io/",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.0",
"gh-pages": "^6.1.1",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/base": "5.0.0-beta.39",
"@mui/material": "^5.16.7",
"@radix-ui/react-context-menu": "^2.2.1",
"@types/d3": "^7.4.3",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@visx/axis": "^3.10.1",
"@visx/bounds": "^3.3.0",
"@visx/curve": "^3.3.0",
"@visx/group": "^3.3.0",
"@visx/heatmap": "^3.3.0",
"@visx/hierarchy": "^3.3.0",
"@visx/legend": "^3.10.3",
"@visx/responsive": "^3.10.2",
"@visx/scale": "^3.5.0",
"@visx/shape": "^3.5.0",
"@visx/stats": "^3.5.0",
"@visx/text": "^3.3.0",
"@visx/tooltip": "^3.3.0",
"@vitessce/zarr": "^3.4.11",
"d3": "^6.7.0",
"d3-scale-chromatic": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}