{
  "name": "@pawells/react-shared",
  "displayName": "React Shared",
  "version": "3.1.1",
  "description": "Shared React component and hook library providing MUI-based UI components, a global notification context, an inactivity-warning system, and an animated Voronoi background for @pawells React applications",
  "keywords": [
    "react",
    "mui",
    "material-ui",
    "components",
    "hooks",
    "notifications",
    "inactivity-timeout",
    "voronoi",
    "typescript"
  ],
  "homepage": "https://github.com/PhillipAWells/workspace/tree/main/packages/react-shared#readme",
  "bugs": {
    "url": "https://github.com/PhillipAWells/workspace/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PhillipAWells/workspace.git",
    "directory": "packages/react-shared"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/PhillipAWells"
  },
  "license": "MIT",
  "author": {
    "name": "Phillip Aaron Wells",
    "email": "69355326+PhillipAWells@users.noreply.github.com"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "local": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "!**/*.tsbuildinfo",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@pawells/logger": "^4.2.1",
    "@pawells/math-extended": "^3.2.1",
    "@pawells/typescript-common": "^3.1.1",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@mui/icons-material": "^9.1.1",
    "@mui/material": "^9.1.2",
    "@testing-library/dom": "^10.0.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/react": "^19.2.17",
    "d3-delaunay": "^6.0.4",
    "jsdom": "^29.1.1",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "vite": "^8.1.1"
  },
  "peerDependencies": {
    "@emotion/react": ">=11.0.0",
    "@emotion/styled": ">=11.0.0",
    "@mui/icons-material": ">=9.0.0 <10.0.0",
    "@mui/material": ">=9.0.0 <10.0.0",
    "d3-delaunay": ">=6.0.0",
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0"
  },
  "peerDependenciesMeta": {
    "@emotion/react": {
      "optional": false
    },
    "@emotion/styled": {
      "optional": false
    },
    "@mui/icons-material": {
      "optional": false
    },
    "@mui/material": {
      "optional": false
    }
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}