{
  "name": "@nextui-org/react",
  "version": "2.1.5",
  "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": "dist/index.js",
  "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"
  },
  "dependencies": {
    "@react-aria/visually-hidden": "^3.8.3",
    "@nextui-org/system": "2.0.5",
    "@nextui-org/theme": "2.1.2",
    "@nextui-org/accordion": "2.0.16",
    "@nextui-org/avatar": "2.0.14",
    "@nextui-org/badge": "2.0.12",
    "@nextui-org/button": "2.0.14",
    "@nextui-org/card": "2.0.14",
    "@nextui-org/chip": "2.0.14",
    "@nextui-org/checkbox": "2.0.15",
    "@nextui-org/code": "2.0.12",
    "@nextui-org/link": "2.0.15",
    "@nextui-org/pagination": "2.0.15",
    "@nextui-org/radio": "2.0.15",
    "@nextui-org/snippet": "2.0.18",
    "@nextui-org/spinner": "2.0.12",
    "@nextui-org/switch": "2.0.14",
    "@nextui-org/tooltip": "2.0.17",
    "@nextui-org/user": "2.0.15",
    "@nextui-org/progress": "2.0.14",
    "@nextui-org/input": "2.1.2",
    "@nextui-org/popover": "2.1.2",
    "@nextui-org/dropdown": "2.1.3",
    "@nextui-org/image": "2.0.14",
    "@nextui-org/modal": "2.0.16",
    "@nextui-org/navbar": "2.0.14",
    "@nextui-org/table": "2.0.16",
    "@nextui-org/spacer": "2.0.12",
    "@nextui-org/divider": "2.0.13",
    "@nextui-org/kbd": "2.0.13",
    "@nextui-org/tabs": "2.0.14",
    "@nextui-org/skeleton": "2.0.12",
    "@nextui-org/scroll-shadow": "2.1.2",
    "@nextui-org/select": "2.1.4",
    "@nextui-org/listbox": "2.1.3",
    "@nextui-org/menu": "2.0.4"
  },
  "peerDependencies": {
    "react": ">=18",
    "framer-motion": ">=4.0.0"
  },
  "clean-package": "../../../clean-package.config.json",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "prebuild": "node src/scripts/prebuild.js",
    "build": "tsup --dts",
    "postbuild": "node src/scripts/postbuild.js",
    "dev": "yarn build:fast -- --watch",
    "clean": "rimraf dist .turbo",
    "typecheck": "tsc --noEmit",
    "build:fast": "tsup"
  }
}