{
  "name": "@gfazioli/mantine-reflection",
  "version": "3.0.10",
  "description": "A Mantine 9 React component that adds a mirror reflection effect to images and components — configurable opacity, blur, stretch, gradient fade, shadow system, water ripple effect, dark mode shadow, and responsive props via CSS media queries.",
  "homepage": "https://gfazioli.github.io/mantine-reflection/",
  "packageManager": "yarn@4.0.1",
  "license": "MIT",
  "author": "Giovambattista Fazioli <giovambattista.fazioli@gmail.com>",
  "keywords": [
    "blur",
    "component",
    "dark-mode",
    "extension",
    "mantine",
    "mantine-ui",
    "mantine-v9",
    "mirror",
    "react",
    "react-component",
    "reflection",
    "responsive",
    "ripple",
    "shadow",
    "typescript"
  ],
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.mjs",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/types/index.d.mts",
        "default": "./dist/esm/index.mjs"
      },
      "require": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/cjs/index.cjs"
      }
    },
    "./styles.css": "./dist/styles.css",
    "./styles.layer.css": "./dist/styles.layer.css"
  },
  "repository": "https://github.com/gfazioli/mantine-reflection.git",
  "peerDependencies": {
    "@mantine/core": ">=9.0.0",
    "@mantine/hooks": ">=9.0.0",
    "react": "^18.x || ^19.x",
    "react-dom": "^18.x || ^19.x"
  },
  "bugs": "https://github.com/gfazioli/mantine-reflection/issues"
}
