Datei-basiertes CMS für Projekte implementiert und Scroll-Animationen hinzugefügt
This commit is contained in:
@@ -20,8 +20,10 @@ leptos_axum = { version = "0.8.0", optional = true }
|
||||
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
|
||||
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "sqlite", "chrono"], optional = true }
|
||||
serde = "1.0.228"
|
||||
web-sys = { version = "0.3.83", features = ["Window", "Document", "Element", "HtmlElement"] }
|
||||
web-sys = { version = "0.3.83", features = ["Window", "Document", "Element", "HtmlElement", "IntersectionObserver", "IntersectionObserverEntry", "IntersectionObserverInit", "DomRectReadOnly"] }
|
||||
gloo-events = "0.1"
|
||||
serde_json = "1.0.149"
|
||||
js-sys = "0.3.85"
|
||||
|
||||
[features]
|
||||
hydrate = ["leptos/hydrate", "dep:console_error_panic_hook", "dep:wasm-bindgen"]
|
||||
|
||||
Reference in New Issue
Block a user