{ "name": "@heroui/listbox", "version": "2.3.20", "description": "A listbox displays a list of options and allows a user to select one or more of them.", "keywords": [ "listbox" ], "author": "HeroUI ", "homepage": "https://heroui.com", "license": "MIT", "main": "src/index.ts", "sideEffects": false, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/heroui-inc/heroui.git", "directory": "packages/components/listbox" }, "bugs": { "url": "https://github.com/heroui-inc/heroui/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 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "@heroui/theme": ">=2.4.6", "@heroui/system": ">=2.4.7" }, "dependencies": { "@heroui/aria-utils": "workspace:*", "@heroui/divider": "workspace:*", "@heroui/react-utils": "workspace:*", "@heroui/shared-utils": "workspace:*", "@heroui/use-is-mobile": "workspace:*", "@tanstack/react-virtual": "3.11.3", "@react-aria/utils": "3.29.1", "@react-aria/listbox": "3.14.5", "@react-stately/list": "3.12.3", "@react-aria/focus": "3.20.4", "@react-aria/interactions": "3.25.2", "@react-types/shared": "3.30.0" }, "devDependencies": { "@heroui/avatar": "workspace:*", "@heroui/chip": "workspace:*", "@heroui/scroll-shadow": "workspace:*", "@heroui/shared-icons": "workspace:*", "@heroui/stories-utils": "workspace:*", "@heroui/system": "workspace:*", "@heroui/theme": "workspace:*", "clean-package": "2.2.0", "react": "18.3.0", "react-dom": "18.3.0" }, "clean-package": "../../../clean-package.config.json" }