{
  "name": "newskit",
  "version": "10.0.0",
  "description": "A React Component library implementing the News design language",
  "keywords": [
    "react",
    "newsuk"
  ],
  "license": "BSD-3-Clause",
  "repository": "https://github.com/newscorp-ghfb/newskit.git",
  "sideEffects": false,
  "dependencies": {
    "@capsizecss/core": "^3.0.0",
    "@emotion-icons/emotion-icon": "4.1.0",
    "@emotion-icons/material": "3.9.0",
    "@emotion-icons/material-outlined": "3.8.0",
    "@floating-ui/react": "^0.27.16",
    "@floating-ui/react-dom-interactions": "^0.6.0",
    "@seznam/compose-react-refs": "^1.0.5",
    "@types/minimatch": "^5.1.2",
    "aria-hidden": "^1.1.3",
    "core-js": "^3.30.0",
    "date-fns": "^2.6.0",
    "debounce": "^1.2.0",
    "dequal": "^1.0.0",
    "downshift": "^6.1.7",
    "hls.js": "^1.6.15",
    "react-focus-lock": "^2.5.0",
    "react-hook-form": "^7.43.1",
    "react-hot-toast": "^1.0.2",
    "react-range": "^1.8.12",
    "react-transition-group": "^4.4.1",
    "react-virtual": "^2.10.4"
  },
  "resolutions": {
    "@types/react": "^19.0.0",
    "minimist": "^0.2.1",
    "kind-of": "^6.0.3"
  },
  "peerDependencies": {
    "@emotion/react": ">= 11.1.5 <= 11.9.3",
    "@emotion/styled": ">= 11.1.5 <= 11.9.3",
    "react": ">= 16.8.0 <= 19",
    "react-dom": ">= 16.8.0 <= 19",
    "react-is": ">= 16.8.0 <= 19"
  },
  "main": "cjs/index.js",
  "types": "cjs/index.d.ts",
  "module": "esm/index.js"
}