{
  "name": "@redgate/honeycomb-mui-theme",
  "version": "2.5.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/red-gate/honeycomb-mui-theme"
  },
  "type": "module",
  "license": "Apache-2.0",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist",
    "release-notes.md"
  ],
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch --preserveWatchOutput",
    "prepack": "yarn build"
  },
  "dependencies": {
    "@mui/utils": "9.0.0"
  },
  "devDependencies": {
    "@mui/material": "9.0.0",
    "@mui/system": "9.0.0",
    "@mui/x-data-grid-pro": "9.0.2",
    "@types/react": "19.2.14",
    "react": "19.2.5",
    "react-dom": "19.2.5",
    "typescript": "6.0.3"
  },
  "peerDependencies": {
    "@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  }
}
