Files
vercel__workflow/docs/package.json
christopherkindl 91eb1ae924 chore(docs): use geistdocs 1.23.1 (#3777)
Co-authored-by: Peter Wielander <mittgfu@gmail.com>
Co-authored-by: Peter Wielander <peter.wielander@vercel.com>
2026-08-25 13:56:02 -07:00

84 lines
2.4 KiB
JSON

{
"name": "docs",
"version": "4.0.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx",
"lint": "biome check",
"lint:links": "bun ./scripts/lint.ts",
"lint:rendered-links": "bun ./scripts/lint-rendered-links.ts",
"format": "biome format --write",
"test:smoke": "node ./scripts/check-docs-smoke.mjs",
"translate": "npx @vercel/geistdocs translate"
},
"dependencies": {
"@biomejs/biome": "catalog:",
"@icons-pack/react-simple-icons": "13.8.0",
"@mdx-js/mdx": "^3.1.1",
"@streamdown/cjk": "1.0.2",
"@streamdown/code": "1.0.2",
"@tailwindcss/postcss": "^4.1.13",
"@types/mdx": "^2.0.13",
"@types/node": "catalog:",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vercel/analytics": "^1.6.1",
"@vercel/edge-config": "^1.4.0",
"@vercel/geistdocs": "1.23.1",
"@vercel/speed-insights": "1.3.1",
"@workflow/ai": "workspace:*",
"@workflow/cli": "workspace:*",
"@workflow/core": "workspace:*",
"@workflow/errors": "workspace:*",
"@workflow/next": "workspace:*",
"@workflow/nitro": "workspace:*",
"@workflow/swc-plugin": "workspace:*",
"@workflow/typescript-plugin": "workspace:*",
"@workflow/web": "workspace:*",
"@workflow/world": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "0.6.5",
"date-fns": "^4.1.0",
"feed": "5.1.0",
"fumadocs-core": "16.2.2",
"fumadocs-mdx": "14.0.4",
"fumadocs-typescript": "^4.0.13",
"fumadocs-ui": "16.2.2",
"github-slugger": "^2.0.0",
"lucide-react": "^0.555.0",
"mermaid": "^11.12.2",
"motion": "^12.23.25",
"next": "16.3.3",
"next-themes": "^0.4.6",
"next-validate-link": "^1.6.3",
"radix-ui": "latest",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-player": "^3.4.0",
"recharts": "2.15.4",
"shiki": "^3.19.0",
"sonner": "^2.0.7",
"streamdown": "2.2.0",
"tailwind-merge": "^3.4.0",
"workflow": "workspace:*",
"zod": "catalog:"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "catalog:",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"bun": "^1.3.0",
"postcss": "^8.5.18",
"tailwindcss": "^4.1.17",
"ts-morph": "^27.0.0",
"tw-animate-css": "^1.4.0",
"typescript": "catalog:"
}
}