UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

131 lines (130 loc) 3.68 kB
{ "name": "@apollo/client", "version": "3.7.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", "react-dom/server": false }, "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 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", "subscriptions-transport-ws": "^0.9.0 || ^0.11.0" }, "peerDependenciesMeta": { "graphql-ws": { "optional": true }, "react": { "optional": true }, "react-dom": { "optional": true }, "subscriptions-transport-ws": { "optional": true } }, "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "@wry/context": "^0.7.0", "@wry/equality": "^0.5.0", "@wry/trie": "^0.3.0", "graphql-tag": "^2.12.6", "hoist-non-react-statics": "^3.3.2", "optimism": "^0.16.1", "prop-types": "^15.7.2", "response-iterator": "^0.2.6", "symbol-observable": "^4.0.0", "ts-invariant": "^0.10.3", "tslib": "^2.3.0", "zen-observable-ts": "^1.2.5" }, "devDependencies": { "@babel/parser": "7.20.15", "@changesets/changelog-github": "0.4.8", "@changesets/cli": "2.26.0", "@graphql-tools/schema": "9.0.16", "@rollup/plugin-node-resolve": "11.2.1", "@testing-library/react": "14.0.0", "@testing-library/react-12": "npm:@testing-library/react@^12", "@testing-library/user-event": "14.4.3", "@types/bytes": "3.1.1", "@types/fast-json-stable-stringify": "2.0.0", "@types/fetch-mock": "7.3.5", "@types/glob": "8.0.1", "@types/hoist-non-react-statics": "3.3.1", "@types/jest": "29.2.6", "@types/lodash": "4.14.191", "@types/node": "18.14.0", "@types/node-fetch": "2.6.2", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "@types/use-sync-external-store": "0.0.3", "@typescript-eslint/eslint-plugin": "5.52.0", "@typescript-eslint/parser": "5.52.0", "acorn": "8.8.2", "blob-polyfill": "7.0.20220408", "bytes": "3.1.2", "cross-fetch": "3.1.5", "eslint": "8.34.0", "eslint-plugin-testing-library": "5.10.2", "fetch-mock": "9.11.0", "glob": "8.1.0", "graphql": "16.6.0", "graphql-ws": "5.11.3", "jest": "29.3.1", "jest-environment-jsdom": "29.3.1", "jest-junit": "15.0.0", "lodash": "4.17.21", "patch-package": "6.5.1", "react": "18.2.0", "react-17": "npm:react@^17", "react-dom": "18.2.0", "react-dom-17": "npm:react-dom@^17", "recast": "0.22.0", "resolve": "1.22.1", "rimraf": "4.1.2", "rollup": "2.79.1", "rollup-plugin-terser": "7.0.2", "rxjs": "7.8.0", "subscriptions-transport-ws": "0.11.0", "terser": "5.16.4", "ts-jest": "29.0.5", "ts-node": "10.9.1", "typedoc": "0.22.18", "typescript": "4.9.5", "wait-for-observables": "1.0.3", "web-streams-polyfill": "3.2.1", "whatwg-fetch": "3.6.2" }, "publishConfig": { "access": "public" }, "type": "module" }