mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "@heroui/menu",
|
|
"version": "2.2.10",
|
|
"description": "A menu displays a list of options and allows a user to select one or more of them.",
|
|
"keywords": [
|
|
"menu"
|
|
],
|
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
"homepage": "https://heroui.com",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/heroui-inc/heroui.git",
|
|
"directory": "packages/components/menu"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/heroui-inc/heroui/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": {
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0",
|
|
"@heroui/theme": ">=2.4.0",
|
|
"@heroui/system": ">=2.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@heroui/divider": "workspace:*",
|
|
"@heroui/aria-utils": "workspace:*",
|
|
"@heroui/use-is-mobile": "workspace:*",
|
|
"@heroui/shared-utils": "workspace:*",
|
|
"@heroui/react-utils": "workspace:*",
|
|
"@react-aria/focus": "3.19.0",
|
|
"@react-aria/interactions": "3.22.5",
|
|
"@react-aria/menu": "3.16.0",
|
|
"@react-aria/utils": "3.26.0",
|
|
"@react-stately/menu": "3.9.0",
|
|
"@react-stately/tree": "3.8.6",
|
|
"@react-types/menu": "3.9.13",
|
|
"@react-types/shared": "3.26.0"
|
|
},
|
|
"devDependencies": {
|
|
"@heroui/theme": "workspace:*",
|
|
"@heroui/system": "workspace:*",
|
|
"@heroui/test-utils": "workspace:*",
|
|
"clean-package": "2.2.0",
|
|
"@heroui/shared-icons": "workspace:*",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json"
|
|
} |