diff options
| author | Dhravya <[email protected]> | 2024-06-01 21:21:52 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-06-01 21:21:52 -0500 |
| commit | f105a2fd92c25a75668c3615cd8328fa875050d8 (patch) | |
| tree | db5c8cd657623016029143b4123878ac6b025f2a /package.json | |
| parent | started implmeneting filter (diff) | |
| download | supermemory-f105a2fd92c25a75668c3615cd8328fa875050d8.tar.xz supermemory-f105a2fd92c25a75668c3615cd8328fa875050d8.zip | |
commented the backend code with it's limitations + optimised and removed a bunch of unnecessary queries
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index efd537f2..61bc50fa 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ "compromise": "^14.13.0", "drizzle-orm": "^0.30.10", "framer-motion": "^11.2.6", + "lucide-react": "^0.379.0", "next-app-theme": "^0.1.10", "next-auth": "^5.0.0-beta.18", "random-js": "^2.1.0", |