{ "name": "@heroui/input-otp", "version": "2.1.18", "description": "", "keywords": [ "input-otp" ], "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/input-otp" }, "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", "react-dom": ">=18", "@heroui/theme": ">=2.4.13", "@heroui/system": ">=2.4.7" }, "dependencies": { "@heroui/form": "workspace:*", "@heroui/shared-utils": "workspace:*", "@heroui/react-utils": "workspace:*", "@react-aria/utils": "3.28.2", "@react-aria/form": "3.0.15", "@react-stately/utils": "3.10.6", "@react-stately/form": "3.1.3", "@react-types/textfield": "3.12.1", "input-otp": "1.4.1", "@react-aria/focus": "3.20.2" }, "devDependencies": { "@heroui/theme": "workspace:*", "@heroui/system": "workspace:*", "@heroui/button": "workspace:*", "clean-package": "2.2.0", "react": "18.3.0", "react-dom": "18.3.0", "react-hook-form": "^7.51.3" }, "clean-package": "../../../clean-package.config.json" }