From 345065c03bd1f7a0ea62deb87be014a959604e19 Mon Sep 17 00:00:00 2001 From: Stefan Hardegger Date: Sun, 21 Sep 2025 15:53:03 +0200 Subject: [PATCH] missing dependencies --- frontend/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/package.json b/frontend/package.json index 75226a2..74e41f5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,6 +15,8 @@ "@portabletext/keyboard-shortcuts": "^1.1.1", "@portabletext/react": "4.0.3", "@portabletext/types": "2.0.14", + "@sanity/schema": "^4.9.0", + "@sanity/types": "^4.9.0", "autoprefixer": "^10.4.16", "axios": "^1.11.0", "cheerio": "^1.0.0-rc.12", @@ -24,6 +26,7 @@ "react": "^18", "react-dom": "^18", "react-dropzone": "^14.2.3", + "rxjs": "^7.8.1", "server-only": "^0.0.1", "tailwindcss": "^3.3.0" },