{
  "name": "@mantine/modals",
  "version": "8.3.16",
  "description": "Modals manager based on Mantine components",
  "homepage": "https://mantine.dev/x/modals/",
  "license": "MIT",
  "author": "Vitaly Rtishchev <rtivital@gmail.com>",
  "keywords": [
    "components",
    "confirm",
    "frontend",
    "library",
    "modal",
    "next",
    "nextjs",
    "react",
    "ui",
    "ui-kit"
  ],
  "sideEffects": false,
  "main": "./cjs/index.cjs",
  "module": "./esm/index.mjs",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./lib/index.d.mts",
        "default": "./esm/index.mjs"
      },
      "require": {
        "types": "./lib/index.d.ts",
        "default": "./cjs/index.cjs"
      }
    }
  },
  "repository": {
    "url": "https://github.com/mantinedev/mantine.git",
    "type": "git",
    "directory": "packages/@mantine/modals"
  },
  "peerDependencies": {
    "@mantine/core": "8.3.16",
    "@mantine/hooks": "8.3.16",
    "react": "^18.x || ^19.x",
    "react-dom": "^18.x || ^19.x"
  },
  "devDependencies": {
    "@mantine/core": "workspace:*",
    "@mantine/hooks": "workspace:*",
    "react": "19.1.1",
    "react-dom": "19.1.1"
  }
}
