diff options
| author | Dhravya Shah <[email protected]> | 2025-01-20 17:49:19 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-01-20 17:50:45 -0700 |
| commit | 47904011de646b92b1f3774f9a30bcfa118c5dc4 (patch) | |
| tree | ab0e5e79c4ad5465ceeedc9b4015be2d9d01be45 /package.json | |
| parent | Merge pull request #295 from supermemoryai/extension/duplicate-save-fix (diff) | |
| download | supermemory-47904011de646b92b1f3774f9a30bcfa118c5dc4.tar.xz supermemory-47904011de646b92b1f3774f9a30bcfa118c5dc4.zip | |
Supermemory v2 Release 🚀
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 203 |
1 files changed, 89 insertions, 114 deletions
diff --git a/package.json b/package.json index 82dc8a35..5c627306 100644 --- a/package.json +++ b/package.json @@ -1,116 +1,91 @@ { - "name": "supermemory-ai", - "private": true, - "type": "module", - "scripts": { - "build": "turbo build", - "dev": "turbo dev", - "lint": "turbo lint", - "format": "prettier --write \"**/*.{ts,tsx,md}\"", - "deploy": "turbo deploy" - }, - "devDependencies": { - "@clack/prompts": "^0.7.0", - "@repo/db": "*", - "@repo/eslint-config": "*", - "@repo/shared-types": "*", - "@repo/tailwind-config": "*", - "@repo/typescript-config": "*", - "@repo/ui": "*", - "lint-staged": "^15.2.5", - "prettier": "^3.3.3", - "rxjs": "^7.8.1", - "tailwindcss": "^3.4.3", - "turbo": "^2.0.3", - "typescript": "^5.5.4" - }, - "engines": { - "node": ">=18" - }, - "dependencies": { - "@ai-sdk/anthropic": "^0.0.15", - "@ai-sdk/google": "^0.0.15", - "@ai-sdk/openai": "^0.0.14", - "@auth/drizzle-adapter": "^1.1.0", - "@aws-sdk/client-s3": "^3.577.0", - "@aws-sdk/s3-request-presigner": "^3.577.0", - "@babel/plugin-transform-runtime": "^7.24.7", - "@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", - "@langchain/cloudflare": "^0.0.6", - "@million/lint": "1.0.0-rc.82-beta.39", - "@mozilla/readability": "^0.5.0", - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-alert-dialog": "^1.1.1", - "@radix-ui/react-dropdown-menu": "^2.1.1", - "@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.1.0", - "@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/jsonwebtoken": "^9.0.6", - "@types/react-responsive-masonry": "^2.1.3", - "@types/readline-sync": "^1.4.8", - "ai": "^3.1.14", - "aws4fetch": "^1.0.18", - "cheerio": "^1.0.0-rc.12", - "compromise": "^14.13.0", - "crypto-browserify": "^3.12.0", - "drizzle-kit": "0.21.2", - "drizzle-orm": "0.30.0", - "eslint-config-turbo": "^2.0.6", - "framer-motion": "^11.2.6", - "geist": "^1.3.0", - "google-auth-library": "^9.11.0", - "grammy": "^1.25.1", - "http": "^0.0.1-security", - "https": "^1.0.0", - "jsonwebtoken": "^9.0.2", - "katex": "^0.16.10", - "lucide-react": "^0.379.0", - "million": "^3.1.11", - "next-app-theme": "^0.1.10", - "next-auth": "^5.0.0-beta.18", - "next-themes": "^0.3.0", - "random-js": "^2.1.0", - "react-dropzone": "^14.2.3", - "react-hook-form": "^7.51.5", - "react-layout-masonry": "^1.1.0", - "react-markdown": "^9.0.1", - "react-responsive-masonry": "^2.2.1", - "react-tweet": "^3.2.1", - "react-use-measure": "^2.1.1", - "react-web-share": "^2.0.2", - "rehype-highlight": "^7.0.0", - "rehype-katex": "^7.0.0", - "remark-gfm": "^4.0.0", - "remark-math": "^6.0.0", - "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" - }, - "trustedDependencies": [ - "core-js-pure", - "es5-ext" - ], - "lint-staged": { - "**/*": "prettier --write --ignore-unknown" - }, - "packageManager": "[email protected]+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35" + "name": "supermemory", + "private": false, + "repository": { + "type": "git", + "url": "https://github.com/supermemoryai/supermemory.git" + }, + "scripts": { + "build": "turbo build", + "dev": "turbo dev", + "lint": "turbo lint", + "format": "prettier --write \"**/*.{ts,tsx,md}\"", + "generate-migration": "turbo generate-migration", + "migrate:local": "turbo migrate:local", + "deploy": "turbo deploy" + }, + "devDependencies": { + "autoprefixer": "^10.4.20", + "postcss": "^8.4.49", + "prettier": "^3.2.5", + "tailwindcss": "^3.4.15", + "turbo": "^2.1.3", + "typescript": "^5.7.2" + }, + "engines": { + "node": ">=18" + }, + "packageManager": "[email protected]", + "workspaces": [ + "apps/*", + "packages/*" + ], + "dependencies": { + "@cloudflare/workers-types": "^4.20241112.0", + "@hono-rate-limiter/cloudflare": "^0.2.2", + "@hono/zod-validator": "^0.4.1", + "@llm-ui/code": "^0.13.3", + "@llm-ui/markdown": "^0.13.3", + "@llm-ui/react": "^0.13.3", + "@marsidev/react-turnstile": "^1.1.0", + "@supermemory/authkit-remix-cloudflare": "^0.0.19", + "@tailwindcss/typography": "^0.5.15", + "@tanstack/react-query": "^5.60.5", + "@tanstack/react-query-devtools": "^5.60.6", + "@types/chrome": "^0.0.287", + "@types/node": "^22.10.1", + "@types/postlight__mercury-parser": "^2.2.7", + "@types/showdown": "^2.0.6", + "@types/turndown": "^5.0.5", + "@upstash/ratelimit": "^2.0.5", + "ai": "4.0.18", + "autoevals": "^0.0.106", + "aws4fetch": "^1.0.20", + "braintrust": "^0.0.171", + "cheerio": "^1.0.0", + "cloudflare": "^3.5.0", + "concurrently": "^9.1.0", + "drizzle-orm": "^0.35.0", + "encrypt-workers-kv": "^0.0.3", + "framer-motion": "11.13.1", + "hono-rate-limiter": "^0.4.2", + "html-react-parser": "^5.1.18", + "mammoth": "^1.8.0", + "nanoid": "^5.0.7", + "notion-client": "^7.1.5", + "pdfjs-serverless": "^0.6.0", + "postgres": "^3.4.4", + "posthog-js": "^1.188.0", + "react": "18.3.1", + "react-dom": "^18.3.1", + "react-markdown": "^9.0.1", + "react-router-dom": "^6.27.0", + "react-turnstile": "^1.1.4", + "remark-gfm": "^4.0.0", + "remix": "^2.15.2", + "remix-utils": "^7.7.0", + "resend": "^4.0.1", + "shiki": "^1.22.1", + "sonner": "^1.7.0", + "web": "^0.0.2", + "wrangler": "3.99.0" + }, + "overrides": { + "iron-webcrypto": "^1.2.1", + "esbuild": "0.24.0" + }, + "patchedDependencies": { + "@udecode/[email protected]": "patches/@udecode%[email protected]", + "[email protected]": "patches/[email protected]" + } } |