{ "name": "@nextui-org/popover", "version": "2.1.21", "description": "A popover is an overlay element positioned relative to a trigger.", "keywords": [ "popover" ], "author": "Junior Garcia ", "homepage": "https://nextui.org", "license": "MIT", "main": "src/index.ts", "sideEffects": false, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/nextui-org/nextui.git", "directory": "packages/components/popover" }, "bugs": { "url": "https://github.com/nextui-org/nextui/issues" }, "scripts": { "build": "tsup src --dts", "build:fast": "tsup src", "dev": "pnpm build:fast --watch", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "prepack": "clean-package", "postpack": "clean-package restore" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18", "framer-motion": ">=10.17.0", "@nextui-org/theme": ">=2.1.0", "@nextui-org/system": ">=2.0.0" }, "dependencies": { "@nextui-org/aria-utils": "workspace:*", "@nextui-org/framer-utils": "workspace:*", "@nextui-org/use-aria-button": "workspace:*", "@nextui-org/button": "workspace:*", "@nextui-org/shared-utils": "workspace:*", "@nextui-org/react-utils": "workspace:*", "@nextui-org/use-safe-layout-effect": "workspace:*", "@react-aria/dialog": "3.5.12", "@react-aria/focus": "3.16.2", "@react-aria/interactions": "3.21.1", "@react-aria/overlays": "3.21.1", "@react-aria/utils": "3.23.2", "@react-stately/overlays": "3.6.5", "@react-types/button": "3.9.2", "@react-types/overlays": "3.8.5", "react-remove-scroll": "^2.5.6" }, "devDependencies": { "@nextui-org/theme": "workspace:*", "@nextui-org/system": "workspace:*", "@nextui-org/input": "workspace:*", "@nextui-org/card": "workspace:*", "framer-motion": "^11.0.22", "clean-package": "2.2.0", "react": "^18.0.0", "react-dom": "^18.0.0" }, "clean-package": "../../../clean-package.config.json" }