mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
105 lines
3.3 KiB
JSON
105 lines
3.3 KiB
JSON
{
|
|
"name": "@nextui-org/react",
|
|
"version": "2.6.8",
|
|
"description": "🚀 Beautiful and modern React UI library.",
|
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
"homepage": "https://nextui.org",
|
|
"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/nextui-org/nextui.git",
|
|
"directory": "packages/core/react"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nextui-org/nextui/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": {
|
|
"@nextui-org/system": "workspace:*",
|
|
"@nextui-org/theme": "workspace:*",
|
|
"@nextui-org/accordion": "workspace:*",
|
|
"@nextui-org/autocomplete": "workspace:*",
|
|
"@nextui-org/avatar": "workspace:*",
|
|
"@nextui-org/badge": "workspace:*",
|
|
"@nextui-org/button": "workspace:*",
|
|
"@nextui-org/card": "workspace:*",
|
|
"@nextui-org/chip": "workspace:*",
|
|
"@nextui-org/checkbox": "workspace:*",
|
|
"@nextui-org/code": "workspace:*",
|
|
"@nextui-org/link": "workspace:*",
|
|
"@nextui-org/pagination": "workspace:*",
|
|
"@nextui-org/radio": "workspace:*",
|
|
"@nextui-org/snippet": "workspace:*",
|
|
"@nextui-org/spinner": "workspace:*",
|
|
"@nextui-org/switch": "workspace:*",
|
|
"@nextui-org/tooltip": "workspace:*",
|
|
"@nextui-org/user": "workspace:*",
|
|
"@nextui-org/progress": "workspace:*",
|
|
"@nextui-org/input": "workspace:*",
|
|
"@nextui-org/input-otp": "workspace:*",
|
|
"@nextui-org/popover": "workspace:*",
|
|
"@nextui-org/dropdown": "workspace:*",
|
|
"@nextui-org/image": "workspace:*",
|
|
"@nextui-org/modal": "workspace:*",
|
|
"@nextui-org/navbar": "workspace:*",
|
|
"@nextui-org/table": "workspace:*",
|
|
"@nextui-org/spacer": "workspace:*",
|
|
"@nextui-org/divider": "workspace:*",
|
|
"@nextui-org/kbd": "workspace:*",
|
|
"@nextui-org/tabs": "workspace:*",
|
|
"@nextui-org/skeleton": "workspace:*",
|
|
"@nextui-org/scroll-shadow": "workspace:*",
|
|
"@nextui-org/select": "workspace:*",
|
|
"@nextui-org/listbox": "workspace:*",
|
|
"@nextui-org/menu": "workspace:*",
|
|
"@nextui-org/ripple": "workspace:*",
|
|
"@nextui-org/slider": "workspace:*",
|
|
"@nextui-org/breadcrumbs": "workspace:*",
|
|
"@nextui-org/calendar": "workspace:*",
|
|
"@nextui-org/date-input": "workspace:*",
|
|
"@nextui-org/date-picker": "workspace:*",
|
|
"@nextui-org/framer-utils": "workspace:*",
|
|
"@nextui-org/drawer": "workspace:*",
|
|
"@nextui-org/form": "workspace:*",
|
|
"@nextui-org/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"
|
|
}
|