diff options
| author | MohamedBassem <me@mbassem.com> | 2024-02-05 23:09:10 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-02-05 23:09:10 +0000 |
| commit | e47bfb069c1035f5320a06b1f6d26b90692fbf93 (patch) | |
| tree | a174185afb40dc90de4e33bb80098e46fdee1d30 /package.json | |
| parent | b7fc3344e3f3c898388831dbfad084cebdd64bb3 (diff) | |
| download | karakeep-e47bfb069c1035f5320a06b1f6d26b90692fbf93.tar.zst | |
Init shadcn
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 02b42959..86517ef6 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,16 @@ }, "dependencies": { "@next-auth/prisma-adapter": "^1.0.7", + "class-variance-authority": "^0.7.0", + "clsx": "^2.1.0", + "lucide-react": "^0.322.0", "next": "14.1.0", "next-auth": "^4.24.5", "prisma": "^5.9.1", "react": "^18", - "react-dom": "^18" + "react-dom": "^18", + "tailwind-merge": "^2.2.1", + "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "typescript": "^5", |
