{
  "name": "@contentful/f36-popover",
  "version": "6.22.0",
  "description": "Forma 36: Popover component",
  "dependencies": {
    "@contentful/f36-core": "^6.22.0",
    "@contentful/f36-tokens": "^6.3.0",
    "@emotion/css": "^11.13.5",
    "@floating-ui/react": "^0.27.16",
    "@floating-ui/react-dom": "^2.1.7"
  },
  "peerDependencies": {
    "react": "^18.3.0 || >=19.1.0",
    "react-dom": "^18.3.0 || >=19.1.0"
  },
  "license": "MIT",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "sideEffects": false,
  "browserslist": "extends @contentful/browserslist-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/contentful/forma-36.git"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com/",
    "access": "public"
  },
  "devDependencies": {
    "@contentful/f36-button": "^6.22.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "react-focus-lock": "^2.9.1"
  },
  "scripts": {
    "build": "tsdown"
  }
}