diff options
| author | Dhravya <[email protected]> | 2024-04-01 15:29:51 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-01 15:29:51 -0700 |
| commit | f5887dbbf91dfb2f5ab25975f8fdf0442bd0716c (patch) | |
| tree | cc249fc4cee270dc259c8c255ae32a727786b6cb /apps/web/package.json | |
| parent | Merge branch 'main' of https://github.com/Dhravya/supermemory into new-ui (diff) | |
| parent | rename to PageItem (diff) | |
| download | supermemory-f5887dbbf91dfb2f5ab25975f8fdf0442bd0716c.tar.xz supermemory-f5887dbbf91dfb2f5ab25975f8fdf0442bd0716c.zip | |
Merge branch 'new-ui' of https://github.com/Dhravya/supermemory into new-ui
Diffstat (limited to 'apps/web/package.json')
| -rw-r--r-- | apps/web/package.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index 297de1a7..d80e9de5 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -14,17 +14,20 @@ "prepare-local-db": "drizzle-kit generate:sqlite --out db/prepare.sql && wrangler d1 execute dev-d1-anycontext --local --file=db/prepare.sql" }, "dependencies": { - "react": "^18", - "react-dom": "^18", - "next": "14.1.0", "@radix-ui/react-avatar": "^1.0.4", + "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-icons": "^1.3.0", + "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-slot": "^1.0.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "lucide-react": "^0.338.0", + "next": "14.1.0", + "react": "^18", + "react-dom": "^18", "tailwind-merge": "^2.2.1", - "tailwindcss-animate": "^1.0.7" + "tailwindcss-animate": "^1.0.7", + "vaul": "^0.9.0" }, "devDependencies": { "@cloudflare/next-on-pages": "1", |