diff options
| author | Dhravya <[email protected]> | 2024-06-29 00:11:28 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-06-29 00:11:28 -0500 |
| commit | dfcc1ea7f7db341843d9d60c5c70f682f08dc4a8 (patch) | |
| tree | 2157ea4afea117dcfd19228e4f202d9cd1172e31 /package.json | |
| parent | allow pointer events (diff) | |
| download | supermemory-dfcc1ea7f7db341843d9d60c5c70f682f08dc4a8.tar.xz supermemory-dfcc1ea7f7db341843d9d60c5c70f682f08dc4a8.zip | |
new filter
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index c94610a6..5d6e79ed 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "cloudflare-saas-starter", + "name": "supermemory-ai", "private": true, "type": "module", "scripts": { @@ -34,7 +34,7 @@ "engines": { "node": ">=18" }, - "packageManager": "[email protected]", + "packageManager": "[email protected]", "workspaces": [ "apps/*", "packages/*" @@ -66,6 +66,7 @@ "@radix-ui/react-switch": "^1.1.0", "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-toast": "^1.1.5", + "@radix-ui/react-tooltip": "^1.1.2", "@tldraw/assets": "^2.2.0", "@types/readline-sync": "^1.4.8", "ai": "^3.1.14", |