Files
website/apps/docs/package.json
2024-11-09 23:40:18 -06:00

36 lines
791 B
JSON

{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "TURBOPACK=1 next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"build:docs": "node generate-docs.mjs",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"next": "15.0.3",
"fumadocs-ui": "14.3.1",
"fumadocs-core": "14.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"fumadocs-mdx": "11.1.1",
"lucide-react": "^0.456.0",
"fumadocs-openapi": "5.5.9",
"shiki": "1.22.2"
},
"devDependencies": {
"tsx": "^4.19.2",
"@types/node": "22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3",
"@types/mdx": "^2.0.13",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
}
}