mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
- Updated Next.js and @next/third-parties dependencies in package.json files across apps/docs and apps/website. - Adjusted pnpm-lock.yaml to reflect the new versions and ensure compatibility. - Enhanced the website's sitemap by adding new URLs for pricing and changelog. - Introduced a new API route for fetching GitHub releases, improving the changelog page functionality. - Updated the changelog page to dynamically display release information fetched from the new API. - Enhanced the footer and header components to include links to the changelog and pricing pages.
38 lines
898 B
JSON
38 lines
898 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",
|
|
"fix-openapi": "node scripts/fix-openapi.mjs",
|
|
"build:docs": "npm run fix-openapi && node generate-docs.mjs",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"next": "16.0.7",
|
|
"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",
|
|
"@next/third-parties": "16.0.7"
|
|
},
|
|
"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"
|
|
}
|
|
}
|