nextui/packages/core/react/package.json
2025-12-04 15:17:54 +00:00

107 lines
3.2 KiB
JSON

{
"name": "@heroui/react",
"version": "2.8.6",
"description": "🚀 Beautiful and modern React UI library.",
"author": "HeroUI <support@heroui.com>",
"homepage": "https://heroui.com",
"license": "MIT",
"keywords": [
"next",
"next ui",
"hero ui",
"components",
"modern components",
"react components",
"react ui"
],
"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/core/react"
},
"bugs": {
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup --dts",
"dev": "pnpm build:fast --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",
"build:fast": "tsup",
"prepack": "clean-package",
"postbuild": "node src/scripts/postbuild.js",
"prebuild": "node src/scripts/prebuild.js",
"postpack": "clean-package restore"
},
"dependencies": {
"@heroui/system": "workspace:*",
"@heroui/theme": "workspace:*",
"@heroui/accordion": "workspace:*",
"@heroui/autocomplete": "workspace:*",
"@heroui/avatar": "workspace:*",
"@heroui/badge": "workspace:*",
"@heroui/button": "workspace:*",
"@heroui/card": "workspace:*",
"@heroui/chip": "workspace:*",
"@heroui/checkbox": "workspace:*",
"@heroui/code": "workspace:*",
"@heroui/link": "workspace:*",
"@heroui/pagination": "workspace:*",
"@heroui/radio": "workspace:*",
"@heroui/snippet": "workspace:*",
"@heroui/spinner": "workspace:*",
"@heroui/switch": "workspace:*",
"@heroui/tooltip": "workspace:*",
"@heroui/user": "workspace:*",
"@heroui/progress": "workspace:*",
"@heroui/input": "workspace:*",
"@heroui/input-otp": "workspace:*",
"@heroui/popover": "workspace:*",
"@heroui/dropdown": "workspace:*",
"@heroui/image": "workspace:*",
"@heroui/modal": "workspace:*",
"@heroui/navbar": "workspace:*",
"@heroui/table": "workspace:*",
"@heroui/spacer": "workspace:*",
"@heroui/divider": "workspace:*",
"@heroui/kbd": "workspace:*",
"@heroui/tabs": "workspace:*",
"@heroui/skeleton": "workspace:*",
"@heroui/scroll-shadow": "workspace:*",
"@heroui/select": "workspace:*",
"@heroui/listbox": "workspace:*",
"@heroui/menu": "workspace:*",
"@heroui/ripple": "workspace:*",
"@heroui/slider": "workspace:*",
"@heroui/breadcrumbs": "workspace:*",
"@heroui/calendar": "workspace:*",
"@heroui/date-input": "workspace:*",
"@heroui/date-picker": "workspace:*",
"@heroui/framer-utils": "workspace:*",
"@heroui/drawer": "workspace:*",
"@heroui/form": "workspace:*",
"@heroui/alert": "workspace:*",
"@heroui/number-input": "workspace:*",
"@heroui/toast": "workspace:*",
"@react-aria/visually-hidden": "3.8.28"
},
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1"
},
"devDependencies": {
"react": "18.3.0",
"react-dom": "18.3.0",
"clean-package": "2.2.0"
},
"clean-package": "../../../clean-package.config.json"
}