{
  "name": "@pxlkit/ui-kit",
  "version": "2.1.0",
  "description": "Production-grade React UI kit with retro-future aesthetic: 111 production-ready components, WCAG 2.1 AA, surface system (pixel/linear), dark mode, 30-gate coherence audit, full SSOT documentation.",
  "author": {
    "name": "Joangel De La Rosa",
    "url": "https://github.com/joangeldelarosa"
  },
  "license": "MIT",
  "repository": "https://github.com/Joangeldelarosa/pxlkit",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./styles.css": "./styles.css",
    "./examples/*": {
      "types": "./src/*.examples.tsx",
      "import": "./src/*.examples.tsx"
    }
  },
  "files": [
    "dist",
    "src",
    "styles.css"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "clean": "rm -rf dist",
    "lint": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "docs:build": "tsx ../../scripts/build-docs/orchestrate.ts",
    "docs:scan": "tsx ../../scripts/build-docs/scan-manifests.ts",
    "audit:coherence": "tsx ../../scripts/audit-coherence/run.ts",
    "audit:coherence:json": "tsx ../../scripts/audit-coherence/run.ts --json"
  },
  "peerDependencies": {
    "react": "^18.2.0 || ^19.0.0",
    "react-dom": "^18.2.0 || ^19.0.0"
  },
  "dependencies": {
    "@floating-ui/react-dom": "^2.1.8",
    "@pxlkit/core": "^1.2.3",
    "@pxlkit/gamification": "*",
    "@pxlkit/ui": "^1.2.3",
    "@tanstack/react-table": "^8.21.3",
    "clsx": "^2.1.0",
    "embla-carousel": "^8.6.0",
    "embla-carousel-react": "^8.6.0",
    "react-hook-form": "^7.76.1",
    "tailwind-merge": "^2.2.1"
  },
  "devDependencies": {
    "@microsoft/tsdoc": "^0.16.0",
    "@pxlkit/effects": "*",
    "@pxlkit/feedback": "*",
    "@pxlkit/social": "*",
    "@pxlkit/weather": "*",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/fs-extra": "^11.0.4",
    "@types/js-yaml": "^4.0.9",
    "@types/react": "^18.2.0 || ^19.0.0",
    "@types/react-dom": "^18.2.0 || ^19.0.0",
    "@vitest/coverage-v8": "^4.1.2",
    "change-case": "^5.4.4",
    "fast-glob": "^3.3.3",
    "fs-extra": "^11.3.5",
    "js-yaml": "^4.1.1",
    "jsdom": "^29.0.2",
    "magic-string": "^0.30.21",
    "picocolors": "^1.1.1",
    "react-docgen-typescript": "^2.4.0",
    "tsup": "^8.0.0",
    "typescript": "^5.0.0",
    "vitest": "^4.1.2",
    "zod": "^4.4.3"
  },
  "keywords": [
    "pixel-art",
    "ui-kit",
    "react",
    "components",
    "retro",
    "pxlkit",
    "react-ui-kit",
    "react-component-library",
    "tailwind-css",
    "typescript",
    "pixel-buttons",
    "pixel-forms",
    "pixel-modal",
    "pixel-table",
    "retro-design-system",
    "toast-notifications",
    "dark-mode",
    "accessible-ui",
    "mit-react-ui",
    "tree-shakeable",
    "next-js",
    "game-ui",
    "indie-game-ui",
    "8-bit-ui"
  ]
}
