{
  "name": "website",
  "version": "0.0.0",
  "description": "The GraphQL.JS documentation website",
  "private": true,
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "build": "next build",
    "dev": "next"
  },
  "devDependencies": {
    "@svgr/webpack": "^8.1.0",
    "@tailwindcss/typography": "^0.5.10",
    "@types/node": "^22.7.5",
    "autoprefixer": "^10.4.20",
    "next": "^14.2.15",
    "nextra": "^3.0.13",
    "nextra-theme-docs": "^3.0.13",
    "postcss": "^8.4.47",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "tailwindcss": "^3.4.14",
    "typescript": "^5.6.3"
  }
}