nextui/packages/core/react/package.json
Junior Garcia 6492d36c68
Refactor/rebrand (#4532)
* chore: rebrand in progress

* chore: update docs to use heroui

* chore: components renbranded

* chore: figma moved to the docs files

* fix: posthog config

* fix(docs): extra classname in form example (#4465)

* chore: clean git

* chore: make heroui private

* chore: new logo

* chore: node env var renamed

* chore: public robots txt deleted

* chore: wrangler installed

* chore: wrangler renamed

* chore: cloudlfare workers removed

* chore: force vercel deploy

* refactor: first migration and provider

* refactor: rename nextui plugin

* refactor: rename github site

* refactor: rename CONTRIBUTING

* refactor: rename package name

* refactor: nextjs image hostname

* refactor: mdx repo nextui-org rename frontio-ai

* refactor: nextui.org rename heroui.com

* refactor: add heroui to missing places

* fix: heroui plugin name

* fix: update docs

* docs: nextui to heroui add npmrc pnpm migratation

* chore: rename all packages with new org name

* chore: replace frontio-ai by frontioai

* chore: revert previous changes

* chore: small adjustment

* chore: doc updated

* feat: blog

* chore: avatar updated

* fix: url

* chore: add new ogimage

* fix: ogimage command

* fix: heroui name and storybook welcome page

* fix: og image url

* feat: favicon and icon changed

---------

Co-authored-by: աӄա <wingkwong.code@gmail.com>
Co-authored-by: winches <329487092@qq.com>
2025-01-16 15:03:45 -03:00

105 lines
3.1 KiB
JSON

{
"name": "@heroui/react",
"version": "2.6.11",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://heroui.com",
"license": "MIT",
"keywords": [
"next",
"next 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/frontio-ai/heroui.git",
"directory": "packages/core/react"
},
"bugs": {
"url": "https://github.com/frontio-ai/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:*",
"@react-aria/visually-hidden": "3.8.18"
},
"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.0.0",
"react-dom": "^18.0.0",
"clean-package": "2.2.0"
},
"clean-package": "../../../clean-package.config.json"
}