mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-02 05:30:09 +00:00
96 lines
3 KiB
JSON
96 lines
3 KiB
JSON
{
|
|
"name": "@repo/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
|
|
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
|
|
"upload": "opennextjs-cloudflare build && opennextjs-cloudflare upload",
|
|
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/google": "^2.0.0-beta.13",
|
|
"@ai-sdk/react": "2.0.0-beta.24",
|
|
"@better-fetch/fetch": "^1.1.18",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@opennextjs/cloudflare": "^1.6.1",
|
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
"@radix-ui/react-toggle": "^1.1.9",
|
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@react-router/fs-routes": "^7.6.2",
|
|
"@react-router/node": "^7.6.2",
|
|
"@react-router/serve": "^7.6.2",
|
|
"@sentry/nextjs": "^10",
|
|
"@tabler/icons-react": "^3.34.0",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tanstack/react-form": "^1.12.4",
|
|
"@tanstack/react-query": "^5.81.2",
|
|
"@tanstack/react-query-devtools": "^5.84.2",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tanstack/react-virtual": "^3.13.12",
|
|
"ai": "5.0.0-beta.24",
|
|
"autumn-js": "0.0.116",
|
|
"babel-plugin-react-compiler": "^19.1.0-rc.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"dotenv": "^16.6.0",
|
|
"embla-carousel-autoplay": "^8.6.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"is-hotkey": "^0.2.0",
|
|
"isbot": "^5.1.28",
|
|
"lucide-react": "^0.525.0",
|
|
"motion": "^12.19.2",
|
|
"next": "15.3.0",
|
|
"next-themes": "^0.4.6",
|
|
"nuqs": "^2.4.3",
|
|
"posthog-js": "^1.257.0",
|
|
"random-word-slugs": "^0.1.7",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-error-boundary": "^6.0.0",
|
|
"react-markdown": "^10.1.0",
|
|
"recharts": "2",
|
|
"remark-gfm": "^4.0.1",
|
|
"shadcn-dropzone": "^0.2.1",
|
|
"slate": "^0.118.0",
|
|
"slate-react": "^0.117.4",
|
|
"sonner": "^2.0.5",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tw-animate-css": "^1.3.4",
|
|
"valibot": "^1.1.0",
|
|
"vaul": "^1.1.2",
|
|
"zustand": "^5.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"@total-typescript/tsconfig": "^1.0.4",
|
|
"@types/is-hotkey": "^0.1.10",
|
|
"@types/node": "^24.0.4",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "^5.8.3",
|
|
"wrangler": "^4.26.0"
|
|
}
|
|
}
|