{ "name": "@nextui-org/autocomplete", "version": "2.3.7", "description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.", "keywords": [ "autocomplete" ], "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/autocomplete" }, "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": { "@nextui-org/system": ">=2.4.0", "@nextui-org/theme": ">=2.4.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" }, "dependencies": { "@nextui-org/form": "workspace:*", "@nextui-org/aria-utils": "workspace:*", "@nextui-org/button": "workspace:*", "@nextui-org/input": "workspace:*", "@nextui-org/listbox": "workspace:*", "@nextui-org/popover": "workspace:*", "@nextui-org/react-utils": "workspace:*", "@nextui-org/scroll-shadow": "workspace:*", "@nextui-org/shared-icons": "workspace:*", "@nextui-org/shared-utils": "workspace:*", "@nextui-org/spinner": "workspace:*", "@nextui-org/use-aria-button": "workspace:*", "@nextui-org/use-safe-layout-effect": "workspace:*", "@react-aria/combobox": "3.11.0", "@react-aria/focus": "3.19.0", "@react-aria/i18n": "3.12.4", "@react-aria/interactions": "3.22.5", "@react-aria/utils": "3.26.0", "@react-aria/visually-hidden": "3.8.18", "@react-stately/combobox": "3.10.1", "@react-types/combobox": "3.13.1", "@react-types/shared": "3.26.0" }, "devDependencies": { "@nextui-org/avatar": "workspace:*", "@nextui-org/chip": "workspace:*", "@nextui-org/stories-utils": "workspace:*", "@nextui-org/system": "workspace:*", "@nextui-org/theme": "workspace:*", "@nextui-org/use-infinite-scroll": "workspace:*", "@react-stately/data": "3.12.0", "clean-package": "2.2.0", "framer-motion": "11.9.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-hook-form": "^7.51.3" }, "clean-package": "../../../clean-package.config.json" }