{ "name": "dbx-docs", "private": true, "license": "Apache-2.0", "scripts": { "dev": "next dev", "build": "next build", "postbuild": "node scripts/generate-sitemap.mjs", "start": "next start", "postinstall": "fumadocs-mdx" }, "dependencies": { "@orama/orama": "3.1.18", "@tailwindcss/postcss": "^4.2.4", "@types/mdx": "^2.0.13", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "fumadocs-core": "^16.8.7", "fumadocs-mdx": "^14.3.2", "fumadocs-ui": "^16.8.7", "lucide-react": "^0.515.0", "motion": "^12.38.0", "next": "^16.2.4", "postcss": "^8.5.14", "react": "^19.2.5", "react-dom": "^19.2.5", "tailwindcss": "^4.2.4", "typescript": "^6.0.3" }, "devDependencies": { "@types/node": "^25.6.0" } }