From 625b13f8505c90678e20a62c717f88ef7f7d5603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Utsav=20Patel=20=E2=9C=A8?= <158522755+utsavpatel562@users.noreply.github.com> Date: Thu, 20 Jun 2024 19:14:43 -0400 Subject: [PATCH] Update package.json --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 3738e61..16a7c01 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,19 @@ "lint": "next lint" }, "dependencies": { + "@clerk/nextjs": "^5.1.4", + "@radix-ui/react-dialog": "^1.0.5", + "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-slot": "^1.0.2", + "@radix-ui/react-toast": "^1.1.5", + "@stream-io/node-sdk": "^0.2.5", + "@stream-io/video-react-sdk": "^1.2.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.390.0", "next": "14.2.3", "react": "^18", + "react-datepicker": "^7.1.0", "react-dom": "^18", "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7"