Initialize a Next.js-based documentation site using Fumadocs framework to provide comprehensive guides for all GPUI components. The site includes getting started guides, API references, and documentation for 40+ components including Button, Input, Table, Tree, Chart, and more. --------- Co-authored-by: Jason Lee <huacnlee@gmail.com>
30 lines
No EOL
692 B
JSON
30 lines
No EOL
692 B
JSON
{
|
|
"name": "doc",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev --turbo",
|
|
"start": "next start",
|
|
"postinstall": "fumadocs-mdx"
|
|
},
|
|
"dependencies": {
|
|
"next": "15.5.4",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"lucide-react": "^0.544.0",
|
|
"fumadocs-ui": "15.8.5",
|
|
"fumadocs-core": "15.8.5",
|
|
"fumadocs-mdx": "12.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.6.2",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"typescript": "^5.9.3",
|
|
"@types/mdx": "^2.0.13",
|
|
"@tailwindcss/postcss": "^4.1.14",
|
|
"tailwindcss": "^4.1.14",
|
|
"postcss": "^8.5.6"
|
|
}
|
|
} |