85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
{
|
|
"name": "@chakra-ui/number-input",
|
|
"version": "2.1.2",
|
|
"description": "An accessible numeric input alternative to <input type='number' />",
|
|
"keywords": [
|
|
"theme",
|
|
"theming",
|
|
"chakra ui",
|
|
"accessible",
|
|
"input",
|
|
"input number",
|
|
"numeric input",
|
|
"stepper input",
|
|
"input",
|
|
"number",
|
|
"spinner",
|
|
"spin button"
|
|
],
|
|
"sideEffects": false,
|
|
"author": "Segun Adebayo <sage@adebayosegun.com>",
|
|
"homepage": "https://github.com/chakra-ui/chakra-ui#readme",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/chakra-ui/chakra-ui.git",
|
|
"directory": "packages/components/number-input"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/chakra-ui/chakra-ui/issues"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/counter": "2.1.0",
|
|
"@chakra-ui/form-control": "2.2.0",
|
|
"@chakra-ui/react-use-event-listener": "2.1.0",
|
|
"@chakra-ui/react-use-update-effect": "2.1.0",
|
|
"@chakra-ui/react-use-safe-layout-effect": "2.1.0",
|
|
"@chakra-ui/react-use-callback-ref": "2.1.0",
|
|
"@chakra-ui/react-use-merge-refs": "2.1.0",
|
|
"@chakra-ui/react-types": "2.0.7",
|
|
"@chakra-ui/react-context": "2.1.0",
|
|
"@chakra-ui/react-use-interval": "2.1.0",
|
|
"@chakra-ui/icon": "3.2.0",
|
|
"@chakra-ui/shared-utils": "2.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"react": "^18.2.0",
|
|
"react-lorem-component": "0.13.0",
|
|
"react-hook-form": "7.45.4",
|
|
"clean-package": "2.2.0",
|
|
"@chakra-ui/system": "2.6.2",
|
|
"@chakra-ui/button": "2.1.0",
|
|
"@chakra-ui/input": "2.1.2",
|
|
"@chakra-ui/layout": "2.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@chakra-ui/system": ">=2.0.0",
|
|
"react": ">=18"
|
|
},
|
|
"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",
|
|
"dev": "pnpm build:fast -- --watch",
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"build:fast": "tsup src",
|
|
"typedocs": "tsx ../../../scripts/generate-type-docs.ts"
|
|
}
|
|
} |