UNPKG

3.74 kBJSONView Raw
1{
2 "name": "@apollo/client",
3 "version": "3.7.15",
4 "description": "A fully-featured caching GraphQL client.",
5 "private": false,
6 "keywords": [
7 "apollo",
8 "graphql",
9 "react",
10 "hooks",
11 "client",
12 "cache"
13 ],
14 "author": "packages@apollographql.com",
15 "license": "MIT",
16 "main": "./main.cjs",
17 "module": "./index.js",
18 "types": "./index.d.ts",
19 "sideEffects": false,
20 "react-native": {
21 "./dist/cache/inmemory/fixPolyfills.js": "./cache/inmemory/fixPolyfills.native.js",
22 "react-dom/server": false
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/apollographql/apollo-client.git"
27 },
28 "bugs": {
29 "url": "https://github.com/apollographql/apollo-client/issues"
30 },
31 "homepage": "https://www.apollographql.com/docs/react/",
32 "peerDependencies": {
33 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
34 "graphql-ws": "^5.5.5",
35 "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
36 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
37 "subscriptions-transport-ws": "^0.9.0 || ^0.11.0"
38 },
39 "peerDependenciesMeta": {
40 "graphql-ws": {
41 "optional": true
42 },
43 "react": {
44 "optional": true
45 },
46 "react-dom": {
47 "optional": true
48 },
49 "subscriptions-transport-ws": {
50 "optional": true
51 }
52 },
53 "dependencies": {
54 "@graphql-typed-document-node/core": "^3.1.1",
55 "@wry/context": "^0.7.0",
56 "@wry/equality": "^0.5.0",
57 "@wry/trie": "^0.4.0",
58 "graphql-tag": "^2.12.6",
59 "hoist-non-react-statics": "^3.3.2",
60 "optimism": "^0.16.2",
61 "prop-types": "^15.7.2",
62 "response-iterator": "^0.2.6",
63 "symbol-observable": "^4.0.0",
64 "ts-invariant": "^0.10.3",
65 "tslib": "^2.3.0",
66 "zen-observable-ts": "^1.2.5"
67 },
68 "devDependencies": {
69 "@babel/parser": "7.21.8",
70 "@changesets/changelog-github": "0.4.8",
71 "@changesets/cli": "2.26.1",
72 "@graphql-tools/schema": "9.0.19",
73 "@rollup/plugin-node-resolve": "11.2.1",
74 "@size-limit/esbuild-why": "8.2.4",
75 "@size-limit/preset-small-lib": "8.2.4",
76 "@testing-library/react": "14.0.0",
77 "@testing-library/react-12": "npm:@testing-library/react@^12",
78 "@testing-library/user-event": "14.4.3",
79 "@types/bytes": "3.1.1",
80 "@types/fetch-mock": "7.3.5",
81 "@types/glob": "8.1.0",
82 "@types/hoist-non-react-statics": "3.3.1",
83 "@types/jest": "29.5.1",
84 "@types/lodash": "4.14.194",
85 "@types/node": "20.2.3",
86 "@types/node-fetch": "2.6.4",
87 "@types/react": "18.2.6",
88 "@types/react-dom": "18.2.4",
89 "@types/use-sync-external-store": "0.0.3",
90 "@typescript-eslint/eslint-plugin": "5.59.6",
91 "@typescript-eslint/parser": "5.59.7",
92 "acorn": "8.8.2",
93 "blob-polyfill": "7.0.20220408",
94 "bytes": "3.1.2",
95 "cross-fetch": "3.1.6",
96 "eslint": "8.41.0",
97 "eslint-plugin-testing-library": "5.11.0",
98 "fetch-mock": "9.11.0",
99 "glob": "8.1.0",
100 "graphql": "16.6.0",
101 "graphql-ws": "5.13.1",
102 "jest": "29.5.0",
103 "jest-environment-jsdom": "29.5.0",
104 "jest-junit": "16.0.0",
105 "lodash": "4.17.21",
106 "patch-package": "7.0.0",
107 "react": "18.2.0",
108 "react-17": "npm:react@^17",
109 "react-dom": "18.2.0",
110 "react-dom-17": "npm:react-dom@^17",
111 "recast": "0.23.2",
112 "resolve": "1.22.3",
113 "rimraf": "5.0.1",
114 "rollup": "2.79.1",
115 "rollup-plugin-terser": "7.0.2",
116 "rxjs": "7.8.1",
117 "size-limit": "8.2.4",
118 "subscriptions-transport-ws": "0.11.0",
119 "terser": "5.17.4",
120 "ts-jest": "29.1.0",
121 "ts-node": "10.9.1",
122 "typedoc": "0.24.7",
123 "typescript": "5.0.4",
124 "wait-for-observables": "1.0.3",
125 "web-streams-polyfill": "3.2.1",
126 "whatwg-fetch": "3.6.2"
127 },
128 "publishConfig": {
129 "access": "public"
130 },
131 "type": "module"
132}