diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index affbfc4..9fec0ca 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "dependencies": { "@edge-runtime/cookies": "^6.0.0", "@hookform/resolvers": "^5.0.1", + "@radix-ui/react-dialog": "^1.1.13", "@radix-ui/react-label": "^2.1.6", "@radix-ui/react-select": "^2.2.4", "@radix-ui/react-slot": "^1.2.2", @@ -19,19 +20,19 @@ "cookie": "^1.0.2", "franc-all": "^7.2.0", "lucide-react": "^0.510.0", + "motion": "^12.11.3", "next-themes": "^0.4.6", "react": "19.1.0", "react-dom": "19.1.0", "react-hook-form": "^7.56.3", "react-server-dom-webpack": "19.1.0", "sonner": "^2.0.3", + "sortug-ai": "file:../../libs/models", "tailwind-merge": "^3.2.0", "tw-animate-css": "^1.2.9", "waku": "0.22.4", "wikipedia": "^2.1.2", - "zod": "^3.24.4", - "sortug-ai": "file:../../libs/models", - "prosody-ui": "file:../../libs/prosody-ui" + "zod": "^3.24.4" }, "devDependencies": { "@tailwindcss/postcss": "4.1.4", |