diff options
| author | Dhravya <[email protected]> | 2024-03-30 15:27:36 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-30 15:27:36 -0700 |
| commit | ce2da50398a4f4fc5c79841877bb6a58ec1d2a15 (patch) | |
| tree | 5be6da220d7792eab7d118d664e5216c3dec3c4c /package.json | |
| parent | fix: type error (diff) | |
| download | supermemory-ce2da50398a4f4fc5c79841877bb6a58ec1d2a15.tar.xz supermemory-ce2da50398a4f4fc5c79841877bb6a58ec1d2a15.zip | |
update: fixed type error in OpenaiEmbeddings and added tailwindcss-animate as requirement
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index a668efb0..30ff476f 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "lucide-react": "^0.343.0", "next-auth": "beta", "react-markdown": "^9.0.1", - "remark-gfm": "^4.0.0" + "remark-gfm": "^4.0.0", + "tailwindcss-animate": "^1.0.7" } } |