-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
41 lines (41 loc) · 1.05 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
{
"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.16.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.11.5",
"@vivjs/types": "^0.16.1",
"@zarrita/storage": "0.1.0-next.7",
"deck.gl": "^8.9.34",
"jotai": "^1.0.0",
"just-debounce-it": "^3.1.1",
"math.gl": "^4.0.1",
"p-map": "^5.5.0",
"quick-lru": "^7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zarrita": "0.4.0-next.17"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@danmarshall/deckgl-typings": "^4.3.10",
"@types/node": "^20.14.11",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.4",
"vite": "^5.4.8"
},
"packageManager": "[email protected]"
}