Files
2026-07-13 12:12:04 +08:00

92 lines
2.4 KiB
JSON

{
"name": "@heroui/react",
"version": "3.2.2",
"description": "🚀 Beautiful and modern React UI library built with Tailwind CSS 4.0.",
"license": "MIT",
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "HeroUI <support@heroui.com>",
"homepage": "https://heroui.com",
"keywords": [
"next",
"next ui",
"hero ui",
"components",
"modern components",
"react components",
"react ui"
],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./src/index.ts"
},
"./package.json": "./package.json",
"./styles": {
"default": "./src/styles.css",
"style": "./src/styles.css"
}
},
"repository": {
"type": "git",
"url": "https://github.com/heroui-inc/heroui.git",
"directory": "packages/react"
},
"bugs": {
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"dev": "rollup -c rollup.config.mjs --watch",
"build": "node scripts/build.mjs --tsc",
"build:fast": "node scripts/build.mjs",
"add:component": "node scripts/add-component.mjs",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"prepack": "clean-package && node scripts/update-exports.mjs",
"postpack": "clean-package restore"
},
"clean-package": "./clean-package.config.json",
"dependencies": {
"@heroui/styles": "workspace:*",
"@radix-ui/react-avatar": "1.1.11",
"@react-aria/ssr": "3.10.1",
"@react-aria/i18n": "3.13.1",
"@react-aria/utils": "3.34.1",
"@react-types/shared": "3.36.0",
"@react-types/color": "3.2.0",
"@react-stately/utils": "3.12.1",
"input-otp": "1.4.2",
"react-aria": "^3.50.0",
"react-aria-components": "^1.19.0",
"tailwind-merge": "3.4.0",
"tailwind-variants": "3.2.2"
},
"devDependencies": {
"@heroui/standard": "workspace:*",
"@iconify/react": "6.0.2",
"@internationalized/date": "3.12.2",
"@react-stately/data": "3.16.1",
"@storybook/react": "10.1.10",
"@types/fs-extra": "11.0.4",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"fs-extra": "11.3.3",
"react": "19.2.6",
"react-dom": "19.2.6",
"tailwindcss": "4.1.18"
},
"peerDependencies": {
"react": ">=19.0.0",
"react-dom": ">=19.0.0",
"tailwindcss": ">=4.0.0"
}
}