mirror of
https://github.com/Dokploy/website.git
synced 2026-06-26 01:25:24 +02:00
- Introduced new MDX components and configuration files for the documentation site. - Added various images and icons to enhance the visual representation of the documentation. - Updated package.json and pnpm-lock.yaml to include new dependencies for the documentation. - Created a .gitignore file for the new docs app to manage ignored files effectively. - Enhanced README with instructions for restarting the dev server after adding new MDX files.
31 lines
742 B
JSON
31 lines
742 B
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"
|
|
},
|
|
"dependencies": {
|
|
"fumadocs-core": "16.2.3",
|
|
"fumadocs-mdx": "14.1.0",
|
|
"fumadocs-ui": "16.2.3",
|
|
"lucide-react": "^0.552.0",
|
|
"next": "16.0.1",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0"
|
|
},
|
|
"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",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
} |