-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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
{
"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",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-slot": "^1.1.2",
"@vivjs/types": "^0.17.2",
"@zarrita/storage": "^0.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"deck.gl": "~9.0.41",
"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",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.12",
"zarrita": "~0.5.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/vite": "^4.0.12",
"@types/node": "^22.13.5",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.8.2",
"vite": "^6.2.0"
},
"packageManager": "pnpm@9.5.0",
"pnpm": {
"patchedDependencies": {
"@vivjs/loaders@0.17.2": "patches/@vivjs__loaders@0.17.2.patch"
}
}
}