{
  "name": "flowbite-react",
  "version": "0.10.0",
  "description": "Official React components built for Flowbite and Tailwind CSS",
  "keywords": [
    "design-system",
    "flowbite",
    "flowbite-react",
    "react",
    "tailwind",
    "tailwindcss",
    "tailwind-css"
  ],
  "homepage": "https://flowbite-react.com",
  "bugs": "https://github.com/themesberg/flowbite-react/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/themesberg/flowbite-react.git",
    "directory": "packages/ui"
  },
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.mjs",
      "require": "./dist/cjs/index.cjs"
    },
    "./components/*": {
      "types": "./dist/types/components/*/index.d.ts",
      "import": "./dist/esm/components/*/index.mjs",
      "require": "./dist/cjs/components/*/index.cjs"
    },
    "./tailwind": {
      "types": "./dist/types/tailwind.d.ts",
      "import": "./dist/esm/tailwind.mjs",
      "require": "./dist/cjs/tailwind.cjs"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "postpublish": "clean-package restore"
  },
  "dependencies": {
    "@floating-ui/core": "1.6.2",
    "@floating-ui/react": "0.26.17",
    "classnames": "2.5.1",
    "debounce": "2.1.0",
    "flowbite": "2.3.0",
    "react-icons": "5.2.1",
    "tailwind-merge": "2.3.0"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-dom": ">=18",
    "tailwindcss": "^3"
  }
}
