Files
website/apps/docs/package.json
Mauricio Siu 264678e548 chore: update Next.js and related dependencies to version 16.0.7
- Upgraded Next.js from 15.0.3 to 16.0.7 in apps/docs and apps/website.
- Updated @next/third-parties from 15.4.5 to 16.0.7 in both apps.
- Adjusted related dependencies to ensure compatibility with the new Next.js version.
2025-12-06 11:56:35 -06:00

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"
}
}