mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "@nextui-org/checkbox",
|
|
"version": "0.0.0-dev-v2-20230622022515",
|
|
"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": "yarn build:fast -- --watch",
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"build:fast": "tsup src",
|
|
"prepack": "clean-package",
|
|
"postpack": "clean-package restore"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/system": "workspace:*",
|
|
"@nextui-org/shared-utils": "workspace:*",
|
|
"@nextui-org/react-utils": "workspace:*",
|
|
"@nextui-org/theme": "workspace:*",
|
|
"@react-aria/checkbox": "^3.9.1",
|
|
"@react-aria/focus": "^3.12.1",
|
|
"@react-aria/interactions": "^3.15.1",
|
|
"@react-aria/visually-hidden": "^3.8.1",
|
|
"@react-stately/checkbox": "^3.4.2",
|
|
"@react-stately/toggle": "^3.5.2",
|
|
"@react-aria/utils": "^3.17.0",
|
|
"@react-types/checkbox": "^3.4.4",
|
|
"@react-types/shared": "^3.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nextui-org/shared-icons": "workspace:*",
|
|
"@nextui-org/chip": "workspace:*",
|
|
"@nextui-org/user": "workspace:*",
|
|
"@nextui-org/link": "workspace:*",
|
|
"clean-package": "2.2.0",
|
|
"react": "^18.0.0"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json"
|
|
}
|