diff options
Diffstat (limited to 'apps/web/package.json')
| -rw-r--r-- | apps/web/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index 3590aba4..85e27d4f 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -44,7 +44,7 @@ "@sentry/nextjs": "^10.22.0", "@tailwindcss/typography": "^0.5.16", "@tanstack/react-form": "^1.12.4", - "@tanstack/react-query": "^5.81.2", + "@tanstack/react-query": "^5.90.14", "@tanstack/react-query-devtools": "^5.84.2", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.12", @@ -58,6 +58,7 @@ "dotenv": "^16.6.0", "embla-carousel-autoplay": "^8.6.0", "embla-carousel-react": "^8.6.0", + "flubber": "^0.4.2", "framer-motion": "^12.23.12", "idb-keyval": "^6.2.2", "is-hotkey": "^0.2.0", @@ -67,12 +68,15 @@ "next": "16.0.9", "next-themes": "^0.4.6", "nuqs": "^2.5.2", + "pdfjs-dist": "5.4.296", "posthog-js": "^1.257.0", "random-word-slugs": "^0.1.7", "react": "19.2.2", "react-dom": "19.2.2", "react-dropzone": "^14.3.8", + "react-hotkeys-hook": "^5.2.1", "react-markdown": "^10.1.0", + "react-pdf": "^10.2.0", "react-tweet": "^3.2.2", "recharts": "2", "slate": "^0.118.0", |