diff options
| author | Dhravya <[email protected]> | 2024-06-22 18:12:39 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-06-22 18:12:39 -0500 |
| commit | 02d7f0834ecb50b7f26479710aa361b113cbbd24 (patch) | |
| tree | fffb2b5a9b9a5bbad2b238f8e5cbca9343d77be3 /package.json | |
| parent | addeed chathistory functionality (diff) | |
| parent | delete packagelock (diff) | |
| download | supermemory-02d7f0834ecb50b7f26479710aa361b113cbbd24.tar.xz supermemory-02d7f0834ecb50b7f26479710aa361b113cbbd24.zip | |
merged code
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 7ceb7192..35b90102 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "@aws-sdk/s3-request-presigner": "^3.577.0", "@cloudflare/puppeteer": "^0.0.11", "@headlessui/react": "^2.0.4", + "@heroicons/react": "^2.1.4", "@hono/swagger-ui": "^0.2.2", "@hookform/resolvers": "^3.4.2", "@iarna/toml": "^2.2.5", @@ -55,11 +56,13 @@ "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.0.2", + "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-progress": "^1.0.3", "@radix-ui/react-scroll-area": "^1.0.5", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-slot": "^1.0.2", + "@radix-ui/react-switch": "^1.1.0", "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-toast": "^1.1.5", "@tldraw/assets": "^2.2.0", |