{
  "_from": "@headlessui/react@^1.7.3",
  "_id": "@headlessui/react@1.7.15",
  "_inBundle": false,
  "_integrity": "sha512-OTO0XtoRQ6JPB1cKNFYBZv2Q0JMqMGNhYP1CjPvcJvjz8YGokz8oAj89HIYZGN0gZzn/4kk9iUpmMF4Q21Gsqw==",
  "_location": "/@headlessui/react",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@headlessui/react@^1.7.3",
    "name": "@headlessui/react",
    "escapedName": "@headlessui%2freact",
    "scope": "@headlessui",
    "rawSpec": "^1.7.3",
    "saveSpec": null,
    "fetchSpec": "^1.7.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.15.tgz",
  "_shasum": "53ef6ae132af81b8f188414767b6e79ebf8dc73f",
  "_spec": "@headlessui/react@^1.7.3",
  "_where": "/home/smartsensero/public_html/alpha-frontend/front-end",
  "bugs": {
    "url": "https://github.com/tailwindlabs/headlessui/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "client-only": "^0.0.1"
  },
  "deprecated": false,
  "description": "A set of completely unstyled, fully accessible UI components for React, designed to integrate beautifully with Tailwind CSS.",
  "devDependencies": {
    "@testing-library/react": "^13.0.0",
    "@types/react": "^17.0.43",
    "@types/react-dom": "^17.0.14",
    "esbuild": "^0.11.18",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "snapshot-diff": "^0.8.1"
  },
  "engines": {
    "node": ">=10"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/headlessui.esm.js",
    "require": "./dist/index.cjs"
  },
  "files": [
    "README.md",
    "dist"
  ],
  "homepage": "https://github.com/tailwindlabs/headlessui#readme",
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/headlessui.esm.js",
  "name": "@headlessui/react",
  "peerDependencies": {
    "react": "^16 || ^17 || ^18",
    "react-dom": "^16 || ^17 || ^18"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tailwindlabs/headlessui.git",
    "directory": "packages/@headlessui-react"
  },
  "scripts": {
    "build": "../../scripts/build.sh --external:react --external:react-dom",
    "clean": "rimraf ./dist",
    "lint": "../../scripts/lint.sh",
    "playground": "yarn workspace playground-react dev",
    "prepublishOnly": "npm run build",
    "test": "../../scripts/test.sh",
    "watch": "../../scripts/watch.sh --external:react --external:react-dom"
  },
  "sideEffects": false,
  "type": "module",
  "typings": "dist/index.d.ts",
  "version": "1.7.15"
}
