UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

112 lines (111 loc) 3.01 kB
{ "name": "@apollo/client", "version": "3.6.9", "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 || ^18.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.1.1", "@wry/context": "^0.6.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", "symbol-observable": "^4.0.0", "ts-invariant": "^0.10.3", "tslib": "^2.3.0", "zen-observable-ts": "^1.2.5" }, "devDependencies": { "@babel/parser": "7.18.5", "@graphql-tools/schema": "8.3.14", "@rollup/plugin-node-resolve": "11.2.1", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1", "@testing-library/user-event": "14.2.1", "@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.5.2", "@types/lodash": "4.14.182", "@types/node": "16.11.41", "@types/react": "17.0.47", "@types/react-dom": "17.0.17", "@types/use-sync-external-store": "^0.0.3", "acorn": "8.7.1", "bundlesize": "0.18.1", "cross-fetch": "3.1.5", "crypto-hash": "1.3.0", "fetch-mock": "9.11.0", "glob": "8.0.3", "graphql": "16.5.0", "graphql-ws": "5.9.0", "jest": "27.5.1", "jest-fetch-mock": "3.0.3", "jest-junit": "13.2.0", "lodash": "4.17.21", "react": "17.0.2", "react-dom": "17.0.2", "recast": "0.21.1", "resolve": "1.22.1", "rimraf": "3.0.2", "rollup": "2.75.6", "rollup-plugin-terser": "7.0.2", "rxjs": "7.5.5", "subscriptions-transport-ws": "0.11.0", "terser": "5.14.1", "ts-jest": "27.1.5", "ts-node": "10.8.1", "typescript": "4.6.4", "wait-for-observables": "1.0.3", "whatwg-fetch": "3.6.2" }, "publishConfig": { "access": "public" }, "type": "module" }