{
  "name": "@necto-react/popper",
  "version": "0.10.15",
  "type": "module",
  "description": "Necto's React library for positioning, popovers, tooltips, and floating elements.",
  "files": [
    "dist",
    "README.md"
  ],
  "types": "./dist/index.d.mts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nectoutil/NodeKit"
  },
  "author": "Corinvo OSS Team",
  "license": "MIT",
  "peerDependencies": {
    "react": "^19.2.7"
  },
  "dependencies": {
    "defu": "^6.1.7",
    "@necto-react/components": "3.3.4",
    "@necto-react/hooks": "2.20.2",
    "@necto-react/state": "0.3.1",
    "@necto-react/types": "2.4.3",
    "@necto/dom": "1.11.4",
    "@necto/mergers": "1.5.3",
    "@necto/popper": "0.5.13",
    "@necto/types": "1.4.1"
  }
}