{
  "name": "@react-querybuilder/material",
  "description": "Custom MUI (Material Design) components for react-querybuilder",
  "version": "8.5.0",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/react-querybuilder_material.legacy-esm.js",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/types-esm/index.d.mts",
        "default": "./dist/react-querybuilder_material.mjs"
      },
      "require": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    }
  },
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/react-querybuilder/react-querybuilder.git",
    "directory": "packages/material"
  },
  "license": "MIT",
  "homepage": "https://react-querybuilder.js.org/",
  "keywords": [
    "react",
    "querybuilder",
    "mui",
    "material",
    "query",
    "builder",
    "operators",
    "component",
    "clause",
    "expression",
    "sql"
  ],
  "scripts": {
    "start": "vite",
    "build": "bun --bun tsup",
    "typecheck": "tsc --noEmit",
    "typecheck:watch": "tsc --noEmit --watch"
  },
  "devDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/icons-material": "^7.0.1",
    "@mui/material": "^7.0.1",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.3.0",
    "@types/react": "^19.1.0",
    "@vitejs/plugin-react": "^4.3.4",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-querybuilder": "8.5.0",
    "regenerator-runtime": "^0.14.1",
    "rollup-plugin-visualizer": "^5.14.0",
    "typescript": "^5.8.3",
    "vite": "^6.2.5"
  },
  "peerDependencies": {
    "@emotion/react": "^11",
    "@emotion/styled": "^11",
    "@mui/icons-material": ">=5",
    "@mui/material": ">=5",
    "react": ">=18",
    "react-querybuilder": "8.5.0"
  },
  "gitHead": "c4f6f99899c80b0cc57489854f997629d3733fda"
}
