{
  "name": "@charcoal-ui/react",
  "version": "5.9.0",
  "license": "Apache-2.0",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./dist/index.css": "./dist/index.css",
    "./dist/layered.css": "./dist/layered.css"
  },
  "types": "./dist/index.d.ts",
  "sideEffects": [
    "*.css"
  ],
  "devDependencies": {
    "@react-types/dialog": "^3.5.15",
    "@react-types/switch": "^3.1.2",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.2.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/glob": "^8.1.0",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@types/react-router-dom": "^5.3.3",
    "@types/warning": "^3.0.0",
    "autoprefixer": "^10.4.19",
    "jsdom": "^24.1.0",
    "postcss-nested": "^7.0.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-router-dom": "^6.2.1"
  },
  "dependencies": {
    "@react-aria/button": "^3.9.1",
    "@react-aria/checkbox": "^3.13.0",
    "@react-aria/dialog": "^3.5.10",
    "@react-aria/focus": "^3.16.0",
    "@react-aria/overlays": "^3.20.0",
    "@react-aria/radio": "^3.10.0",
    "@react-aria/ssr": "^3.9.1",
    "@react-aria/switch": "^3.6.0",
    "@react-aria/utils": "^3.23.0",
    "@react-aria/visually-hidden": "^3.8.8",
    "@react-spring/web": "^10",
    "@react-stately/radio": "^3.10.2",
    "polished": "^4.1.4",
    "react-compiler-runtime": "1.0.0",
    "react-stately": "^3.26.0",
    "warning": "^4.0.3",
    "@charcoal-ui/foundation": "5.9.0",
    "@charcoal-ui/icons": "5.9.0",
    "@charcoal-ui/theme": "5.9.0",
    "@charcoal-ui/utils": "5.9.0"
  },
  "peerDependencies": {
    "react": ">=17.0.0"
  },
  "files": [
    "src",
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pixiv/charcoal.git",
    "directory": "packages/react"
  },
  "gitHead": "e1ece2e43901ae667afdd5c178040607d939dcd5",
  "scripts": {
    "build": "run-s --print-label 'build:*'",
    "build:tsdown": "tsdown",
    "build:dts": "tsc --project tsconfig.build.json --pretty --emitDeclarationOnly",
    "typecheck": "tsc --project tsconfig.build.json --pretty --noEmit",
    "clean": "rimraf dist .tsbuildinfo",
    "test": "vitest run --passWithNoTests"
  }
}