{
  "name": "@tailwindplus/elements",
  "version": "1.0.22",
  "type": "module",
  "license": "SEE LICENSE IN LICENSE.md",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./react": {
      "types": "./dist/react/index.d.ts",
      "import": "./dist/react/index.js",
      "require": "./dist/react/index.cjs"
    }
  },
  "files": [
    "dist",
    "LICENSE.md",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@floating-ui/dom": "^1.7.3",
    "@oddbird/popover-polyfill": "^0.6.1",
    "dialog-toggle-events-polyfill": "^1.1.4",
    "invokers-polyfill": "^0.5.6",
    "tsup": "^8.5.0",
    "@types/react": "^19.0.1"
  },
  "scripts": {
    "prebuild": "cp ../CHANGELOG.md CHANGELOG.md",
    "build": "tsup",
    "dev": "tsup --watch",
    "check": "prettier --check ."
  }
}