UNPKG

@heroui/listbox

Version:

A listbox displays a list of options and allows a user to select one or more of them.

65 lines 1.77 kB
{ "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 <support@heroui.com>", "homepage": "https://heroui.com", "license": "MIT", "main": "dist/index.js", "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" }, "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": { "@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", "@heroui/aria-utils": "2.2.18", "@heroui/divider": "2.2.15", "@heroui/react-utils": "2.1.11", "@heroui/shared-utils": "2.1.9", "@heroui/use-is-mobile": "2.2.10" }, "clean-package": "../../../clean-package.config.json", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./package.json": "./package.json" }, "scripts": { "build": "tsup src --dts", "build:fast": "tsup src", "dev": "pnpm build:fast --watch", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit" } }