Files
vercel__flags/apps/docs/package.json
christopherkindl edbc76408d docs: update to geistdocs 1.8.0 and drop Flags from OSS dropdown (#407)
* docs: update to geistdocs 1.8.0 and drop Flags from OSS dropdown

Bump @vercel/geistdocs to 1.8.0 (eve logo, Streamdown dropped, AI Elements
last) and override navbarOssProducts to exclude Flags SDK on its own site.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* docs: link eve to /docs in OSS dropdown

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-23 14:29:20 -07:00

47 lines
1.2 KiB
JSON

{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"translate": "npx @vercel/geistdocs translate"
},
"dependencies": {
"@vercel/analytics": "^1.6.1",
"@vercel/geistdocs": "1.8.0",
"@vercel/speed-insights": "^1.3.1",
"@vercel/toolbar": "0.1.36",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"feed": "^5.1.0",
"flags": "workspace:*",
"fumadocs-core": "16.2.2",
"fumadocs-mdx": "14.0.4",
"fumadocs-ui": "16.2.2",
"lucide-react": "^0.555.0",
"motion": "^12.23.25",
"next": "16.2.6",
"radix-ui": "latest",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"shiki": "^3.22.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.1",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.19.0"
}