diff options
| author | Kartik <[email protected]> | 2024-06-15 20:36:41 +0530 |
|---|---|---|
| committer | Kartik <[email protected]> | 2024-06-15 20:36:41 +0530 |
| commit | 8ecfc654c77262a40f8458b2b4e44c163ad094bd (patch) | |
| tree | 1c2b3ad23bb55808acf98f0229b13d2f7e8649ef /package.json | |
| parent | chore: Remove unused variables and dependencies (diff) | |
| parent | getspaces and other features integrated with the backend (diff) | |
| download | supermemory-8ecfc654c77262a40f8458b2b4e44c163ad094bd.tar.xz supermemory-8ecfc654c77262a40f8458b2b4e44c163ad094bd.zip | |
Merge branch 'codetorso' of https://github.com/Dhravya/supermemory into codetorso
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/package.json b/package.json index 78ec76ec..11e3ba06 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "readline-sync": "^1.4.10", "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", - "turbo": "latest", + "turbo": "2.0.3", "vercel": "^34.2.0" }, "engines": { @@ -52,10 +52,12 @@ "@iarna/toml": "^2.2.5", "@langchain/cloudflare": "^0.0.6", "@million/lint": "^1.0.0-rc.18", + "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-progress": "^1.0.3", "@radix-ui/react-scroll-area": "^1.0.5", + "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tabs": "^1.0.4", @@ -67,13 +69,21 @@ "compromise": "^14.13.0", "drizzle-orm": "^0.30.10", "framer-motion": "^11.2.6", + "katex": "^0.16.10", "lucide-react": "^0.379.0", "next-app-theme": "^0.1.10", "next-auth": "^5.0.0-beta.18", + "next-themes": "^0.3.0", "random-js": "^2.1.0", "react-dropzone": "^14.2.3", "react-hook-form": "^7.51.5", - "sonner": "^1.4.41", + "react-markdown": "^9.0.1", + "rehype-highlight": "^7.0.0", + "rehype-katex": "^7.0.0", + "remark-gfm": "^4.0.0", + "remark-math": "^6.0.0", + "sonner": "^1.5.0", + "tailwind-scrollbar": "^3.1.0", "tldraw": "^2.1.4", "uploadthing": "^6.10.4", "zod": "^3.23.8" |