{
  "name": "@handamade/psi-react",
  "version": "0.7.0",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./styles": "./dist/styles.css",
    "./styles.css": "./dist/styles.css",
    "./manifest.json": "./dist/manifest.json",
    "./patterns.json": "./dist/patterns.json"
  },
  "files": [
    "dist",
    "docs",
    "README.md",
    "llms.txt"
  ],
  "peerDependencies": {
    "@handamade/psi-tokens": ">=0.2.0 <1.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^4.3.0",
    "jsdom": "^29.1.1",
    "react": "^19.2.0",
    "react-docgen-typescript": "^2.4.0",
    "react-dom": "^19.2.0",
    "tsx": "^4.22.4",
    "vite": "^6.0.0",
    "vitest": "^3.2.6",
    "@handamade/psi-tokens": "0.7.0"
  },
  "scripts": {
    "build": "vite build && tsc -p tsconfig.build.json && tsx scripts/emit-manifest.ts && tsx scripts/emit-patterns.ts && tsx scripts/emit-docs.ts",
    "dev": "vite build --watch"
  }
}