{
  "name": "@primer/doctocat-nextjs",
  "version": "0.10.0",
  "description": "A Next.js theme for building Primer documentation sites",
  "main": "index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/primer/doctocat-nextjs.git"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "lint": "eslint '**/*.{js,ts,tsx,md,mdx}' --max-warnings=0",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "test:no-watch": "vitest run",
    "test:coverage": "vitest run --coverage"
  },
  "author": "GitHub, Inc.",
  "license": "MIT",
  "peerDependencies": {
    "@primer/react-brand": ">=0.54.0",
    "next": "^16.0.0",
    "react": ">=18.0.0 <20.0.0",
    "react-dom": ">=18.0.0 <20.0.0"
  },
  "dependencies": {
    "@next/mdx": "16.2.2",
    "@primer/octicons-react": "19.23.1",
    "@primer/react": "^38.18.0",
    "@types/lodash.debounce": "^4.0.9",
    "framer-motion": "12.38.0",
    "lodash.debounce": "^4.0.8",
    "nextra": "4.6.1",
    "react-focus-on": "^3.10.2",
    "react-is": "^19.2.4",
    "react-live": "^4.1.8"
  },
  "devDependencies": {
    "@github/prettier-config": "^0.0.6",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/node": "^24.12.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^4.3.3",
    "@vitest/coverage-v8": "^4.1.2",
    "@vitest/ui": "^4.1.2",
    "clsx": "2.1.1",
    "jsdom": "^29.0.1",
    "next": "16.2.2",
    "styled-components": "5.3.11",
    "vitest": "^4.1.2"
  }
}
