UNPKG

@mantine/modals

Version:

Modals manager based on Mantine components

54 lines (53 loc) 1.2 kB
{ "name": "@mantine/modals", "version": "8.2.7", "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.2.7", "@mantine/hooks": "8.2.7", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, "devDependencies": { "@mantine/core": "workspace:*", "@mantine/hooks": "workspace:*", "react": "19.0.0", "react-dom": "19.0.0" } }