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"