{
  "name": "@automattic/viewport-react",
  "version": "1.0.3",
  "description": "React helpers for tracking viewport changes.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "calypso:src": "src/index.jsx",
  "types": "./types.d.ts",
  "exports": {
    ".": {
      "calypso:src": "./src/index.jsx",
      "types": "./types.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Automattic/wp-calypso.git",
    "directory": "packages/viewport-react"
  },
  "author": "Automattic Inc.",
  "license": "GPL-2.0-or-later",
  "bugs": "https://github.com/Automattic/wp-calypso/issues",
  "homepage": "https://github.com/Automattic/wp-calypso/tree/HEAD/packages/viewport-react#readme",
  "dependencies": {
    "@automattic/viewport": "^1.1.1",
    "@wordpress/compose": "^8.2.0"
  },
  "peerDependencies": {
    "react": "^18.3.1 || ^19.0.0",
    "react-dom": "^18.3.1 || ^19.0.0"
  },
  "devDependencies": {
    "@automattic/calypso-typescript-config": "^1.0.0",
    "@testing-library/react": "^16.3.0"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "run -T transpile",
    "prepack": "yarn run clean && yarn run build"
  },
  "publishConfig": {
    "access": "public"
  }
}