mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 10:29:59 -06:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev --turbo -p 8090",
|
|
"start": "next start -p 8090",
|
|
"postinstall": "fumadocs-mdx"
|
|
},
|
|
"dependencies": {
|
|
"fumadocs-core": "16.0.8",
|
|
"fumadocs-mdx": "13.0.5",
|
|
"fumadocs-ui": "16.0.8",
|
|
"lucide-react": "^0.525.0",
|
|
"mermaid": "^11.8.1",
|
|
"next": "16.0.1",
|
|
"next-themes": "^0.4.6",
|
|
"posthog-js": "^1.276.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-icons": "^5.5.0",
|
|
"remark": "^15.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-mdx": "^3.1.0",
|
|
"tailwind-merge": "^3.3.1",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.8",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "22.15.28",
|
|
"@types/react": "^19.1.6",
|
|
"@types/react-dom": "^19.1.5",
|
|
"postcss": "^8.5.4",
|
|
"prettier": "^3.6.2",
|
|
"tailwindcss": "^4.1.8",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@tailwindcss/oxide",
|
|
"esbuild",
|
|
"sharp"
|
|
]
|
|
}
|
|
}
|