{
  "name": "@pk-design/react-tailwind",
  "version": "1.8.0",
  "main": "dist/react-tailwind.cjs.js",
  "module": "dist/react-tailwind.es.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/react-tailwind.es.js",
      "default": "./dist/react-tailwind.cjs.js"
    },
    "./components/*": {
      "types": "./dist/types/components/*/index.d.ts",
      "import": "./dist/es/components/*/index.js",
      "default": "./dist/cjs/components/*/index.js"
    },
    "./*": "./dist/*"
  },
  "sideEffects": [
    "**/*.css"
  ],
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c && tsc --emitDeclarationOnly",
    "prepare": "husky",
    "format": "prettier --write .",
    "lint": "prettier --check .",
    "prepublishOnly": "pnpm run build",
    "predeploy": "cd my-ui-pages && pnpm run build",
    "deploy": "gh-pages -d my-ui-pages/dist -b gh-pages",
    "test": "jest --watch",
    "test:ci": "jest --runInBand --ci"
  },
  "peerDependencies": {
    "@headlessui/react": "^2.2.9",
    "react": ">=18",
    "react-dom": ">=18",
    "react-window": "^1.8.0",
    "tailwind-merge": "^3.3.1"
  },
  "peerDependenciesMeta": {
    "react-window": {
      "optional": true
    }
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^20.0.0",
    "@eslint/js": "^9.36.0",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@semantic-release/changelog": "~6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "~10.3.5",
    "@semantic-release/npm": "^13.1.1",
    "@semantic-release/release-notes-generator": "^13.0.0",
    "@svgr/rollup": "^8.1.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.10.0",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.2",
    "commitlint": "^20.1.0",
    "conventional-changelog-conventionalcommits": "^9.1.0",
    "conventional-changelog-writer": "6.0.1",
    "eslint": "^9.36.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.22",
    "gh-pages": "^6.3.0",
    "globals": "^16.4.0",
    "husky": "^9.1.7",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jsdom-testing-mocks": "^1.16.0",
    "lint-staged": "^16.2.6",
    "prettier": "^3.6.2",
    "rollup": "^4.24.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "semantic-release": "23.0.0",
    "ts-jest": "^29.4.5",
    "tslib": "^2.8.1",
    "typescript": "~5.9.3",
    "typescript-eslint": "^8.45.0"
  },
  "keywords": [
    "react",
    "react-table",
    "react-selectbox",
    "react-multi-selectbox",
    "react-combo-box",
    "react-combobox",
    "react-inputs",
    "react-ui-kit",
    "react-tailwind",
    "tailwind-component-library",
    "react-component-library"
  ],
  "lint-staged": {
    "*.{ts,tsx,js,jsx,json,css,md}": [
      "prettier --write"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/PrabhuKathiresan/react-tailwind.git"
  },
  "author": "PrabhuKathiresan",
  "pnpm": {
    "overrides": {
      "conventional-changelog-writer": "6.0.1"
    }
  }
}
