forked from hms-dbmi/vizarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 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
{
"name": "@hms-dbmi/vizarr",
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run check && vite build",
"preview": "vite preview",
"lint": "biome ci",
"fix": "biome check --write",
"check": "tsc"
},
"dependencies": {
"@hms-dbmi/viv": "~0.17.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.11.5",
"@vivjs/types": "~0.17.0",
"@zarrita/storage": "0.1.0",
"deck.gl": "~9.0.0",
"jotai": "^1.0.0",
"just-debounce-it": "^3.1.1",
"math.gl": "^4.1.0",
"p-map": "^7.0.3",
"quick-lru": "^7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zarrita": "0.5.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^24.3.0",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.8.2",
"vite": "^6.2.7"
},
"packageManager": "pnpm@9.5.0",
"pnpm": {
"patchedDependencies": {
"@vivjs/loaders@0.17.2": "patches/@vivjs__loaders@0.17.2.patch"
}
}
}