diff options
author | polwex <polwex@sortug.com> | 2025-05-15 20:32:25 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-15 20:32:25 +0700 |
commit | fd86dc15734f3b7126d88f0130897c597100e30a (patch) | |
tree | 253890a5f0bde7bc460904ce1743581f53a23d5b /package.json | |
parent | 3d4b740e5a512db8fbdd934af2fbc9585fa00f0f (diff) |
m
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", |