mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
https://github.com/advisories/GHSA-h25m-26qc-wcjf https://github.com/advisories/GHSA-9g9p-9gw9-jx7f https://github.com/advisories/GHSA-5f7q-jpqc-wp7h
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev --port 3002",
|
|
"start": "next start",
|
|
"types:check": "fumadocs-mdx && tsc --noEmit",
|
|
"postinstall": "fumadocs-mdx",
|
|
"fix-openapi": "node scripts/fix-openapi.mjs",
|
|
"generate-templates": "node scripts/generate-templates.mjs",
|
|
"build:docs": "npm run fix-openapi && npm run generate-templates && node generate-docs.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@next/third-parties": "16.0.7",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"fumadocs-core": "16.2.3",
|
|
"fumadocs-mdx": "14.1.0",
|
|
"fumadocs-openapi": "10.1.1",
|
|
"fumadocs-ui": "16.2.3",
|
|
"lucide-react": "^0.552.0",
|
|
"next": "16.1.5",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"shiki": "3.19.0",
|
|
"tailwind-merge": "^2.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.16",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^24.10.0",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.16",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|