{ "name": "@nextui-org/react", "version": "2.3.3", "description": "🚀 Beautiful and modern React UI library.", "author": "Junior Garcia ", "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": { "prebuild": "node src/scripts/prebuild.js", "build": "tsup --dts", "postbuild": "node src/scripts/postbuild.js", "dev": "pnpm build:fast --watch", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "build:fast": "tsup", "prepack": "clean-package", "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/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:*", "@react-aria/visually-hidden": "^3.8.10" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18", "framer-motion": ">=4.0.0" }, "devDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", "clean-package": "2.2.0" }, "clean-package": "../../../clean-package.config.json" }