Skip to content

Commit 0c6c089

Browse files
committed
build: add dependencies for web preview and virtual scrolling
- Add headless_chrome for screenshot functionality - Add @tanstack/react-virtual for performance optimization - Add @radix-ui/react-tooltip for UI components - Update Tailwind CSS to v4 with new build tools
1 parent 9a4158c commit 0c6c089

4 files changed

Lines changed: 1274 additions & 19 deletions

File tree

bun.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@radix-ui/react-tooltip": "^1.1.5",
2222
"@tailwindcss/cli": "^4.1.8",
2323
"@tailwindcss/vite": "^4.1.8",
24+
"@tanstack/react-virtual": "^3.13.10",
2425
"@tauri-apps/api": "^2.1.1",
2526
"@tauri-apps/plugin-dialog": "^2.0.2",
2627
"@tauri-apps/plugin-global-shortcut": "^2.0.0",
@@ -35,6 +36,7 @@
3536
"date-fns": "^3.6.0",
3637
"diff": "^8.0.2",
3738
"framer-motion": "^12.0.0-alpha.1",
39+
"html2canvas": "^1.4.1",
3840
"lucide-react": "^0.468.0",
3941
"react": "^18.3.1",
4042
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)