package.json•2.12 kB
{
"name": "docs",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 30002",
"build": "next build",
"start": "next start",
"lint": "next lint --max-warnings 0",
"check-types": "tsc --noEmit",
"serve": "npx serve@latest out",
"postinstall": "fumadocs-mdx",
"sitemap": "next-sitemap --config next-sitemap.config.cjs",
"postbuild": "pnpm sitemap"
},
"dependencies": {
"@ai-sdk/openai": "^1.3.22",
"@assistant-ui/react": "^0.10.9",
"@assistant-ui/react-ai-sdk": "^0.10.9",
"@assistant-ui/react-markdown": "^0.10.3",
"@assistant-ui/react-syntax-highlighter": "^0.10.4",
"@next/third-parties": "^15.3.1",
"@radix-ui/react-slot": "^1.2.0",
"@repo/fumadocs-blog": "workspace:*",
"@repo/ui": "workspace:*",
"@shikijs/transformers": "^3.2.2",
"@tailwindcss/postcss": "^4.1.4",
"@theguild/remark-mermaid": "^0.3.0",
"@types/mdx": "^2.0.13",
"ai": "^4.3.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.5.0",
"fumadocs-core": "^15.2.7",
"fumadocs-docgen": "^2.0.0",
"fumadocs-mdx": "^11.6.0",
"fumadocs-twoslash": "^3.1.0",
"fumadocs-ui": "^15.2.7",
"install": "^0.13.0",
"katex": "^0.16.22",
"lucide-react": "^0.513.0",
"mermaid": "^11.6.0",
"motion": "^12.6.5",
"next": "^15.3.1",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"postcss": "^8.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-social-media-embed": "^2.5.18",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"shiki": "^3.2.2",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4",
"tw-animate-css": "^1.2.5",
"twoslash": "^0.3.1",
"zod": "^3.24.3"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.14.0",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"eslint": "^9.24.0",
"typescript": "5.8.2"
}
}