aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-03-30 15:27:36 -0700
committerDhravya <[email protected]>2024-03-30 15:27:36 -0700
commitce2da50398a4f4fc5c79841877bb6a58ec1d2a15 (patch)
tree5be6da220d7792eab7d118d664e5216c3dec3c4c /package.json
parentfix: type error (diff)
downloadsupermemory-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.json3
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"
}
}