{
  "name": "@refinedev/mui",
  "version": "8.0.2",
  "private": false,
  "description": "Material-UI (MUI) support for Refine, providing enterprise-level UI components.",
  "license": "MIT",
  "author": "refine",
  "sideEffects": false,
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "typings": "dist/index.d.ts",
  "dependencies": {
    "@emotion/react": "^11.8.2",
    "@emotion/styled": "^11.8.1",
    "@mui/icons-material": "^6.1.6",
    "@mui/lab": "^6.0.0-beta.14",
    "@mui/material": "^6.1.7",
    "@mui/system": "^6.1.6",
    "@mui/x-data-grid": "^8.24.0",
    "@refinedev/react-hook-form": "^5.0.3",
    "@refinedev/ui-types": "^2.0.0",
    "dayjs": "^1.10.7",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "notistack": "^2.0.4",
    "react-hook-form": "^7.57.0",
    "react-markdown": "^6.0.1",
    "remark-gfm": "^1.0.0",
    "tslib": "^2.6.2",
    "warn-once": "^0.1.0"
  },
  "devDependencies": {
    "@esbuild-plugins/node-resolve": "^0.1.4",
    "@refinedev/cli": "^2.16.48",
    "@refinedev/core": "^5.0.10",
    "@refinedev/ui-tests": "^2.0.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^14.6.1",
    "@types/lodash": "^4.14.171",
    "@types/node": "^20",
    "@types/react": "^19.1.0",
    "@types/react-dom": "^19.1.0",
    "@vitest/ui": "^2.1.8",
    "esbuild-copy-static-files": "^0.1.0",
    "esbuild-plugin-inline-image": "^0.0.8",
    "identity-obj-proxy": "^3.0.0",
    "postcss": "^8.1.4",
    "react-router": "^7.0.2",
    "tsup": "^6.7.0",
    "typescript": "^5.8.3",
    "vitest": "^2.1.8"
  },
  "peerDependencies": {
    "@emotion/react": "^11.8.2",
    "@emotion/styled": "^11.8.1",
    "@mui/lab": "^6.0.0-beta.14",
    "@mui/material": "^6.1.7",
    "@mui/x-data-grid": "^8.24.0",
    "@refinedev/core": "^5.0.0",
    "@refinedev/react-hook-form": "^5.0.0",
    "dayjs": "^1.10.7",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "react-hook-form": "^7.57.0"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "attw": "attw --pack .",
    "build": "tsup && node ../shared/generate-declarations.js",
    "dev": "tsup --watch",
    "publint": "publint --strict=true --level=suggestion",
    "test": "vitest run",
    "test:ui": "vitest --ui",
    "test:watch": "vitest",
    "types": "node ../shared/generate-declarations.js"
  }
}