UNPKG

@reusable-ui/modal

Version:

Overlays a dialog to the entire site's page.

60 lines (59 loc) 1.42 kB
{ "name": "@reusable-ui/modal", "version": "6.7.4", "description": "Overlays a dialog to the entire site's page.", "keywords": [ "modal", "dialog", "overlays", "popup", "show", "hide", "component", "basic", "generic", "element", "styled", "react", "reusable-ui" ], "author": "HeyMarco <31385284+heyymarco@users.noreply.github.com>", "homepage": "https://reusableui.org", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/reusable-ui/reusable-ui-monorepo.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "exports": { ".": "./dist/index.js", "./index": "./dist/index.js", "./index.js": "./dist/index.js" }, "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "tsc": "tsc", "tsc:watch": "tsc --watch", "ncu": "ncu --peer", "ncu:upgrade": "ncu --peer --upgrade", "test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest" }, "dependencies": { "@cssfn/core": "^3.2.0", "@cssfn/cssfn-react": "^3.2.0", "@reusable-ui/core": "^6.15.2", "@reusable-ui/generic": "^6.5.0" }, "peerDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "react": "^18.0.0", "react-dom": "^18.0.0" }, "gitHead": "f9afeca4dadc078bbe19e08617ada1648dc16905" }