{
  "name": "@unrdf/nextra-docs",
  "version": "5.0.1",
  "description": "UNRDF documentation with Nextra 4 - Developer-focused Next.js documentation",
  "type": "module",
  "dependencies": {
    "katex": "^0.16.25",
    "next": "^16.0.7",
    "nextra": "^4.6.1",
    "nextra-theme-docs": "^4.6.1",
    "react": "^19.2.1",
    "react-dom": "^19.2.1",
    "zod": "^4.1.13"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "next dev --port 3003 --webpack",
    "build": "next build --webpack",
    "start": "next start --port 3003",
    "export": "next build --webpack && next export",
    "lint": "echo 'Lint skipped for Nextra (Next.js 16 bug: interprets lint as directory)' && exit 0",
    "lint:fix": "echo 'Lint fix skipped for Nextra (Next.js 16 bug)' && exit 0",
    "clean": "rm -rf .next out node_modules"
  }
}