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
This commit is contained in:
@@ -37,6 +37,11 @@ chrono = { version = "0.4", features = ["serde"] }
|
||||
uuid = { version = "1.11", features = ["v4", "serde"] }
|
||||
sha2 = "0.10"
|
||||
zstd = "0.13"
|
||||
headless_chrome = { version = "1.0", features = ["fetch"] }
|
||||
reqwest = { version = "0.12.20", features = ["json"] }
|
||||
image = "0.25.6"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
||||
[dev-dependencies]
|
||||
# Testing utilities
|
||||
|
Reference in New Issue
Block a user