mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
- Updated shiki package version from 1.22.2 to 3.19.0 in package.json and pnpm-lock.yaml. - Modified OpenAPI security scheme to include 'x-default' for the API key in the fix-openapi script and openapi.json.
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "docs-new",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"types:check": "fumadocs-mdx && tsc --noEmit",
|
|
"postinstall": "fumadocs-mdx",
|
|
"fix-openapi": "node scripts/fix-openapi.mjs",
|
|
"build:docs": "npm run fix-openapi && node generate-docs.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@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.0.1",
|
|
"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"
|
|
}
|
|
} |