{ "name": "docs", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "next dev --turbopack", "dev:email": "email dev", "prebuild:site": "nx run @blocknote/dev-scripts:gen", "build:site": "fumadocs-mdx && next build --turbopack", "start": "next start", "postinstall": "fumadocs-mdx", "init-db": "pnpx @better-auth/cli migrate", "test": "node validate-links.js" }, "dependencies": { "@ai-sdk/anthropic": "^2.0.31", "@ai-sdk/google": "^2.0.23", "@ai-sdk/groq": "^2.0.16", "@ai-sdk/mistral": "^2.0.19", "@ai-sdk/openai": "^2.0.52", "@ai-sdk/openai-compatible": "^1.0.22", "@aws-sdk/client-s3": "^3.609.0", "@aws-sdk/s3-request-presigner": "^3.609.0", "@blocknote/code-block": "workspace:*", "@blocknote/server-util": "workspace:*", "@blocknote/xl-ai": "workspace:*", "@blocknote/xl-docx-exporter": "workspace:*", "@blocknote/xl-email-exporter": "workspace:*", "@blocknote/xl-multi-column": "workspace:*", "@blocknote/xl-odt-exporter": "workspace:*", "@blocknote/xl-pdf-exporter": "workspace:*", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@fumadocs/mdx-remote": "1.3.0", "@headlessui/react": "^2.2.9", "@heroicons/react": "^2.2.0", "@liveblocks/client": "3.7.1-tiptap3", "@liveblocks/react": "3.7.1-tiptap3", "@liveblocks/react-blocknote": "3.7.1-tiptap3", "@liveblocks/react-tiptap": "3.7.1-tiptap3", "@liveblocks/react-ui": "3.7.1-tiptap3", "@mantine/core": "^8.3.4", "@mantine/hooks": "^8.3.4", "@mantine/utils": "^6.0.22", "@mui/icons-material": "^5.16.1", "@mui/material": "^5.16.1", "@polar-sh/better-auth": "^1.1.9", "@polar-sh/nextjs": "^0.4.9", "@polar-sh/sdk": "^0.34.17", "@react-email/render": "^1.1.2", "@react-pdf/renderer": "^4.3.0", "@sentry/nextjs": "9.14.0", "@shikijs/core": "^3.19.0", "@shikijs/engine-javascript": "^3.19.0", "@shikijs/langs-precompiled": "^3.19.0", "@shikijs/themes": "^3.19.0", "@shikijs/types": "^3.19.0", "@tiptap/core": "^3.13.0", "@uppy/core": "^3.13.1", "@uppy/dashboard": "^3.9.1", "@uppy/drag-drop": "^3.1.1", "@uppy/file-input": "^3.1.2", "@uppy/image-editor": "^2.4.6", "@uppy/progress-bar": "^3.1.1", "@uppy/react": "^3.4.0", "@uppy/screen-capture": "^3.2.0", "@uppy/status-bar": "^3.1.1", "@uppy/webcam": "^3.4.2", "@uppy/xhr-upload": "^3.4.0", "@vercel/analytics": "^1.5.0", "@vercel/og": "^0.6.8", "@y-sweet/react": "^0.6.3", "ai": "^5.0.102", "babel-plugin-react-compiler": "19.1.0-rc.2", "better-auth": "^1.3.27", "better-sqlite3": "^11.10.0", "classnames": "2.3.2", "clsx": "2.1.1", "docx": "^9.5.1", "framer-motion": "^11.18.2", "fumadocs-core": "15.5.4", "fumadocs-docgen": "2.0.1", "fumadocs-mdx": "11.6.9", "fumadocs-twoslash": "3.1.4", "fumadocs-typescript": "4.0.6", "fumadocs-ui": "15.5.4", "import-in-the-middle": "^1.15.0", "next": "15.5.9", "nodemailer": "^7.0.11", "partykit": "^0.0.115", "pg": "^8.16.3", "react": "^19.2.1", "react-dom": "^19.2.1", "react-github-btn": "^1.4.0", "react-icons": "^5.2.1", "remark": "^15.0.1", "remark-gfm": "^4.0.1", "remark-mdx": "^3.1.1", "require-in-the-middle": "^7.5.2", "shiki": "^3.13.0", "ts-morph": "26.0.0", "twoslash": "^0.3.4", "y-partykit": "^0.0.25", "yjs": "^13.6.27", "zod": "^3.25.76" }, "devDependencies": { "@blocknote/ariakit": "workspace:*", "@blocknote/code-block": "workspace:*", "@blocknote/core": "workspace:*", "@blocknote/mantine": "workspace:*", "@blocknote/react": "workspace:*", "@blocknote/shadcn": "workspace:*", "@blocknote/xl-docx-exporter": "workspace:*", "@blocknote/xl-multi-column": "workspace:*", "@blocknote/xl-pdf-exporter": "workspace:*", "@liveblocks/react": "^2.24.3", "@liveblocks/react-tiptap": "^2.24.3", "@liveblocks/react-ui": "^2.24.3", "@mui/material": "^5.17.1", "@react-email/components": "^0.0.36", "@react-pdf/renderer": "^4.3.0", "@tailwindcss/postcss": "^4.1.14", "@types/better-sqlite3": "7.6.13", "@types/mdx": "^2.0.13", "@types/node": "22.15.2", "@types/nodemailer": "6.4.17", "@types/pg": "8.11.14", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "@y-sweet/react": "^0.6.4", "next-themes": "0.4.6", "next-validate-link": "^1.6.3", "postcss": "^8.5.6", "react-email": "^4.3.0", "react-icons": "^5.5.0", "tailwindcss": "^4.1.14", "tw-animate-css": "^1.4.0", "typescript": "^5.9.3", "y-partykit": "^0.0.33", "yjs": "^13.6.27" } }