mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"name": "@nextui-org/checkbox",
|
|
"version": "2.1.5",
|
|
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
|
|
"keywords": [
|
|
"checkbox"
|
|
],
|
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
"homepage": "https://nextui.org",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nextui-org/nextui.git",
|
|
"directory": "packages/components/checkbox"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nextui-org/nextui/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup src --dts",
|
|
"dev": "pnpm build:fast --watch",
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"build:fast": "tsup src",
|
|
"prepack": "clean-package",
|
|
"postpack": "clean-package restore"
|
|
},
|
|
"peerDependencies": {
|
|
"@nextui-org/system": ">=2.0.0",
|
|
"@nextui-org/theme": ">=2.1.0",
|
|
"react": ">=18",
|
|
"react-dom": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/react-utils": "workspace:*",
|
|
"@nextui-org/shared-utils": "workspace:*",
|
|
"@nextui-org/use-callback-ref": "workspace:*",
|
|
"@nextui-org/use-safe-layout-effect": "workspace:*",
|
|
"@react-aria/checkbox": "3.14.3",
|
|
"@react-aria/focus": "3.17.1",
|
|
"@react-aria/interactions": "3.21.3",
|
|
"@react-aria/utils": "3.24.1",
|
|
"@react-aria/visually-hidden": "3.8.12",
|
|
"@react-stately/checkbox": "3.6.5",
|
|
"@react-stately/toggle": "3.7.4",
|
|
"@react-types/checkbox": "3.8.1",
|
|
"@react-types/shared": "3.23.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nextui-org/chip": "workspace:*",
|
|
"@nextui-org/link": "workspace:*",
|
|
"@nextui-org/shared-icons": "workspace:*",
|
|
"@nextui-org/system": "workspace:*",
|
|
"@nextui-org/theme": "workspace:*",
|
|
"@nextui-org/user": "workspace:*",
|
|
"clean-package": "2.2.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-hook-form": "^7.51.3"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json"
|
|
} |