diff options
| author | Dhravya <[email protected]> | 2024-06-30 14:07:16 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-06-30 14:07:16 -0500 |
| commit | 7676ed57065eb61d54d500e68c7a7faae16e558b (patch) | |
| tree | 0d59a7dd9ee1772667abbc03158e268732ff5214 /package.json | |
| parent | tailwind shadow dom (diff) | |
| download | supermemory-7676ed57065eb61d54d500e68c7a7faae16e558b.tar.xz supermemory-7676ed57065eb61d54d500e68c7a7faae16e558b.zip | |
added things
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 8bd208a2..8d1e73af 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,12 @@ "@cloudflare/next-on-pages": "1", "@cloudflare/workers-types": "^4.20240614.0", "@repo/eslint-config": "*", + "@repo/shared-types": "*", "@repo/tailwind-config": "*", "@repo/typescript-config": "*", - "@repo/shared-types": "*", "@repo/ui": "*", "@tailwindcss/typography": "^0.5.13", + "@types/turndown": "^5.0.4", "autoprefixer": "^10.4.19", "drizzle-kit": "0.21.2", "eslint-plugin-next-on-pages": "^1.11.3", @@ -54,6 +55,7 @@ "@iarna/toml": "^2.2.5", "@langchain/cloudflare": "^0.0.6", "@million/lint": "^1.0.0-rc.18", + "@mozilla/readability": "^0.5.0", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.0.2", @@ -97,6 +99,7 @@ "sonner": "^1.5.0", "tailwind-scrollbar": "^3.1.0", "tldraw": "^2.1.4", + "turndown": "^7.2.0", "uploadthing": "^6.10.4", "vaul": "^0.9.1", "zod": "^3.23.8" |