81 lines
2.2 KiB
JSON
81 lines
2.2 KiB
JSON
|
|
{
|
||
|
|
"name": "@chakra-ui/checkbox",
|
||
|
|
"version": "2.3.2",
|
||
|
|
"description": "A React Checkbox component for use in forms",
|
||
|
|
"keywords": [
|
||
|
|
"react",
|
||
|
|
"checkbox",
|
||
|
|
"custom-checkbox",
|
||
|
|
"checkbox-hook",
|
||
|
|
"react hook",
|
||
|
|
"input",
|
||
|
|
"chakra-ui",
|
||
|
|
"use-checkbox",
|
||
|
|
"checkboxGroup",
|
||
|
|
"checkbox-group-hook",
|
||
|
|
"use-checkbox-group"
|
||
|
|
],
|
||
|
|
"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/checkbox"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/chakra-ui/chakra-ui/issues"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@zag-js/focus-visible": "0.16.0",
|
||
|
|
"@chakra-ui/form-control": "2.2.0",
|
||
|
|
"@chakra-ui/react-context": "2.1.0",
|
||
|
|
"@chakra-ui/react-use-callback-ref": "2.1.0",
|
||
|
|
"@chakra-ui/react-use-controllable-state": "2.1.0",
|
||
|
|
"@chakra-ui/react-use-safe-layout-effect": "2.1.0",
|
||
|
|
"@chakra-ui/react-use-merge-refs": "2.1.0",
|
||
|
|
"@chakra-ui/react-use-update-effect": "2.1.0",
|
||
|
|
"@chakra-ui/react-types": "2.0.7",
|
||
|
|
"@chakra-ui/visually-hidden": "2.2.0",
|
||
|
|
"@chakra-ui/shared-utils": "2.0.5"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"react": "^18.2.0",
|
||
|
|
"clean-package": "2.2.0",
|
||
|
|
"@chakra-ui/object-utils": "2.1.0",
|
||
|
|
"@chakra-ui/system": "2.6.2",
|
||
|
|
"@chakra-ui/layout": "2.3.1",
|
||
|
|
"@chakra-ui/icon": "3.2.0"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|