mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
82 lines
2.6 KiB
JSON
82 lines
2.6 KiB
JSON
{
|
|
"name": "@nextui-org/select",
|
|
"version": "2.4.7",
|
|
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
|
|
"keywords": [
|
|
"select"
|
|
],
|
|
"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/select"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nextui-org/nextui/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup src --dts",
|
|
"build:fast": "tsup src",
|
|
"dev": "pnpm build:fast --watch",
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"prepack": "clean-package",
|
|
"postpack": "clean-package restore"
|
|
},
|
|
"peerDependencies": {
|
|
"@nextui-org/system": ">=2.4.0",
|
|
"@nextui-org/theme": ">=2.4.0",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/aria-utils": "workspace:*",
|
|
"@nextui-org/listbox": "workspace:*",
|
|
"@nextui-org/popover": "workspace:*",
|
|
"@nextui-org/react-utils": "workspace:*",
|
|
"@nextui-org/scroll-shadow": "workspace:*",
|
|
"@nextui-org/shared-icons": "workspace:*",
|
|
"@nextui-org/shared-utils": "workspace:*",
|
|
"@nextui-org/spinner": "workspace:*",
|
|
"@nextui-org/use-aria-button": "workspace:*",
|
|
"@nextui-org/use-aria-multiselect": "workspace:*",
|
|
"@nextui-org/use-safe-layout-effect": "workspace:*",
|
|
"@nextui-org/form": "workspace:*",
|
|
"@react-aria/focus": "3.19.0",
|
|
"@react-aria/form": "3.0.11",
|
|
"@react-aria/interactions": "3.22.5",
|
|
"@react-aria/utils": "3.26.0",
|
|
"@react-aria/visually-hidden": "3.8.18",
|
|
"@react-types/shared": "3.26.0",
|
|
"@tanstack/react-virtual": "3.10.9"
|
|
},
|
|
"devDependencies": {
|
|
"@nextui-org/avatar": "workspace:*",
|
|
"@nextui-org/button": "workspace:*",
|
|
"@nextui-org/chip": "workspace:*",
|
|
"@nextui-org/input": "workspace:*",
|
|
"@nextui-org/stories-utils": "workspace:*",
|
|
"@nextui-org/system": "workspace:*",
|
|
"@nextui-org/theme": "workspace:*",
|
|
"@nextui-org/use-infinite-scroll": "workspace:*",
|
|
"@react-aria/i18n": "3.12.4",
|
|
"@react-stately/data": "3.12.0",
|
|
"clean-package": "2.2.0",
|
|
"framer-motion": "11.9.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-hook-form": "^7.51.3"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json"
|
|
} |