2025-11-30 16:17:20 +00:00

64 lines
1.6 KiB
JSON

{
"name": "@heroui/input-otp",
"version": "2.1.28",
"description": "",
"keywords": [
"input-otp"
],
"author": "HeroUI <support@heroui.com>",
"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.17",
"@heroui/system": ">=2.4.18"
},
"dependencies": {
"@heroui/form": "workspace:*",
"@heroui/shared-utils": "workspace:*",
"@heroui/react-utils": "workspace:*",
"@heroui/use-form-reset": "workspace:*",
"@react-aria/form": "3.1.2",
"@react-stately/utils": "3.10.8",
"@react-stately/form": "3.2.2",
"@react-types/textfield": "3.12.6",
"input-otp": "1.4.1",
"@react-aria/focus": "3.21.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"
}