{
  "name": "use-mui",
  "version": "1.0.6",
  "author": "Charles Stover <use-mui@charlesstover.com>",
  "description": "React hooks for Material UI",
  "homepage": "https://www.npmjs.com/package/use-mui",
  "license": "MIT",
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.js",
  "packageManager": "yarn@3.0.2",
  "type": "module",
  "types": "./types/index.d.ts",
  "bugs": {
    "email": "use-mui@charlesstover.com",
    "url": "https://github.com/CharlesStover/use-mui/issues"
  },
  "directories": {
    "lib": "src"
  },
  "files": [
    "dist",
    "types"
  ],
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/CharlesStover"
  },
  "publishConfig": {
    "access": "public",
    "main": "./dist/cjs/index.cjs",
    "module": "./dist/esm/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CharlesStover/use-mui.git"
  },
  "scripts": {
    "eslint": "eslint src",
    "jest": "jest",
    "jest-watch": "jest --coverage=false --watch",
    "rollup": "rollup --config",
    "rollup-watch": "rollup --config --watch"
  },
  "devDependencies": {
    "@emotion/react": "^11.4.1",
    "@emotion/styled": "^11.3.0",
    "@mui/lab": "^5.0.0-alpha.50",
    "@mui/material": "^5.0.2",
    "@rollup/plugin-commonjs": "^21.0.0",
    "@rollup/plugin-node-resolve": "^13.0.5",
    "@testing-library/react": "^12.1.2",
    "@testing-library/react-hooks": "^7.0.2",
    "@types/jest": "^27.0.2",
    "@types/node": "^16.10.2",
    "@types/react": "^17.0.27",
    "@types/react-dom": "^17.0.9",
    "@typescript-eslint/eslint-plugin": "^4.32.0",
    "@typescript-eslint/parser": "^4.32.0",
    "@yarnpkg/sdks": "^2.4.2-rc.8",
    "date-fns": "^2.25.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.26.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "jest": "^27.2.4",
    "prettier": "^2.4.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-test-renderer": "^17.0.2",
    "rollup": "^2.58.0",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-jest": "^27.0.5",
    "tslib": "^2.3.1",
    "typescript": "^4.4.3"
  },
  "peerDependencies": {
    "@mui/material": "^5.0.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0"
  }
}