Files
dependabot[bot] 38775eef01 build(deps): bump the npm_and_yarn group across 2 directories with 5 updates (#620)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Farnabaz <farnabaz@gmail.com>
2026-09-15 12:41:11 +02:00

59 lines
1.6 KiB
JSON

{
"name": "website",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "fumadocs-mdx",
"start": "next start",
"translate": "npx @vercel/geistdocs translate"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^13.15.1",
"@streamdown/cjk": "workspace:*",
"@streamdown/code": "workspace:*",
"@streamdown/math": "workspace:*",
"@streamdown/mermaid": "workspace:*",
"@vercel/agent-readability": "^0.5.1",
"@vercel/analytics": "^1.6.1",
"@vercel/geistdocs": "1.23.1",
"@vercel/speed-insights": "^1.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"feed": "^5.1.0",
"fumadocs-core": "16.2.2",
"fumadocs-mdx": "14.0.4",
"fumadocs-ui": "16.2.2",
"katex": "^0.16.27",
"lucide-react": "^0.555.0",
"motion": "^12.23.25",
"next": "16.3.3",
"radix-ui": "latest",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"shiki": "^4.4.3",
"sonner": "^2.0.8",
"streamdown": "workspace:*",
"tailwind-merge": "^3.6.0",
"use-stick-to-bottom": "^1.1.6",
"vega": "^6.4.0",
"vega-embed": "^7.1.0",
"vega-lite": "^6.4.3",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/mdx": "^2.0.14",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.27",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}