{
  "name": "@apollo/client",
  "version": "3.5.10",
  "description": "A fully-featured caching GraphQL client.",
  "private": false,
  "keywords": [
    "apollo",
    "graphql",
    "react",
    "hooks",
    "client",
    "cache"
  ],
  "author": "packages@apollographql.com",
  "license": "MIT",
  "main": "./main.cjs",
  "module": "./index.js",
  "types": "./index.d.ts",
  "sideEffects": false,
  "react-native": {
    "./dist/cache/inmemory/fixPolyfills.js": "./cache/inmemory/fixPolyfills.native.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/apollo-client.git"
  },
  "bugs": {
    "url": "https://github.com/apollographql/apollo-client/issues"
  },
  "homepage": "https://www.apollographql.com/docs/react/",
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
    "graphql-ws": "^5.5.5",
    "react": "^16.8.0 || ^17.0.0",
    "subscriptions-transport-ws": "^0.9.0 || ^0.11.0"
  },
  "peerDependenciesMeta": {
    "graphql-ws": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "subscriptions-transport-ws": {
      "optional": true
    }
  },
  "dependencies": {
    "@graphql-typed-document-node/core": "^3.0.0",
    "@wry/context": "^0.6.0",
    "@wry/equality": "^0.5.0",
    "@wry/trie": "^0.3.0",
    "graphql-tag": "^2.12.3",
    "hoist-non-react-statics": "^3.3.2",
    "optimism": "^0.16.1",
    "prop-types": "^15.7.2",
    "symbol-observable": "^4.0.0",
    "ts-invariant": "^0.9.4",
    "tslib": "^2.3.0",
    "zen-observable-ts": "^1.2.0"
  },
  "devDependencies": {
    "@babel/parser": "7.17.3",
    "@graphql-tools/schema": "8.3.1",
    "@rollup/plugin-node-resolve": "11.2.1",
    "@testing-library/react": "12.1.3",
    "@testing-library/react-hooks": "7.0.2",
    "@types/fast-json-stable-stringify": "2.0.0",
    "@types/fetch-mock": "7.3.5",
    "@types/glob": "7.2.0",
    "@types/hoist-non-react-statics": "3.3.1",
    "@types/jest": "27.4.0",
    "@types/lodash": "4.14.178",
    "@types/node": "16.11.25",
    "@types/react": "17.0.34",
    "@types/react-dom": "17.0.2",
    "bundlesize": "0.18.1",
    "cross-fetch": "3.1.5",
    "crypto-hash": "1.3.0",
    "fetch-mock": "9.11.0",
    "glob": "7.2.0",
    "graphql": "16.0.1",
    "graphql-ws": "5.6.2",
    "jest": "27.5.1",
    "jest-fetch-mock": "3.0.3",
    "jest-junit": "13.0.0",
    "lodash": "4.17.21",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "recast": "0.21.0",
    "resolve": "1.22.0",
    "rimraf": "3.0.2",
    "rollup": "2.67.3",
    "rollup-plugin-terser": "7.0.2",
    "rxjs": "6.6.7",
    "subscriptions-transport-ws": "0.11.0",
    "terser": "5.10.0",
    "ts-jest": "27.1.3",
    "ts-node": "10.5.0",
    "typescript": "4.5.5",
    "wait-for-observables": "1.0.3",
    "whatwg-fetch": "3.6.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module"
}
