UNPKG

@yamada-ui/number-input

Version:

Yamada UI number input component

85 lines 1.95 kB
{ "name": "@yamada-ui/number-input", "version": "1.2.8", "description": "Yamada UI number input component", "keywords": [ "yamada", "yamada ui", "react", "emotion", "component", "number-input", "ui", "uikit", "styled", "style-props", "styled-component", "css-in-js" ], "author": "Hirotomo Yamada <hirotomo.yamada@avap.co.jp>", "license": "MIT", "main": "dist/index.js", "files": [ "dist" ], "sideEffects": false, "publishConfig": { "access": "public" }, "homepage": "https://yamada-ui.com", "repository": { "type": "git", "url": "https://github.com/yamada-ui/yamada-ui", "directory": "packages/components/number-input" }, "bugs": { "url": "https://github.com/yamada-ui/yamada-ui/issues" }, "dependencies": { "@yamada-ui/core": "1.17.3", "@yamada-ui/form-control": "2.1.15", "@yamada-ui/icon": "1.1.21", "@yamada-ui/use-counter": "1.0.30", "@yamada-ui/use-event-listener": "1.0.29", "@yamada-ui/use-interval": "1.0.29", "@yamada-ui/utils": "1.7.2" }, "devDependencies": { "clean-package": "2.2.0", "react": "^18.3.1" }, "peerDependencies": { "react": ">=18" }, "clean-package": "../../../clean-package.config.json", "tsup": { "clean": true, "target": "es2019", "format": [ "cjs", "esm" ], "banner": { "js": "\"use client\"" }, "sourcemap": true }, "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": { "dev": "pnpm build:fast -- --watch", "build": "tsup src --dts", "build:fast": "tsup src", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "gen:docs": "tsx ../../../scripts/generate-docs" } }