gpui-component/docs/package.json
YougLin-dev 5a61c82778
docs: Add documentation website with comprehensive component guides (#1398)
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>
2025-10-20 17:02:53 +08:00

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"
}
}