{
  "name": "docs",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "build": "node api-build.mjs && next build",
    "dev": "node api-build.mjs && next dev",
    "start": "next start",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "postinstall": "fumadocs-mdx"
  },
  "dependencies": {
    "fumadocs-core": "^15.8.1",
    "fumadocs-mdx": "^12.0.2",
    "fumadocs-typescript": "^4.0.11",
    "fumadocs-ui": "^15.8.5",
    "next": "^15.5.7",
    "react": "^19.2.1",
    "react-dom": "^19.2.1"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.1.17",
    "@types/mdx": "^2.0.13",
    "@types/node": "24.10.1",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "@typescript-eslint/eslint-plugin": "^8.48.1",
    "autoprefixer": "^10.4.22",
    "eslint": "^9",
    "eslint-config-next": "^16.0.7",
    "postcss": "^8.5.6",
    "tailwindcss": "^4.1.14",
    "typescript": "^5.9.3"
  }
}
