mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
36 lines
791 B
JSON
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"
|
|
}
|
|
}
|