1 | {
|
2 | "name": "@apollo/client",
|
3 | "version": "3.11.4",
|
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": "^15.0.0 || ^16.0.0",
|
34 | "graphql-ws": "^5.5.5",
|
35 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0",
|
36 | "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.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/caches": "^1.0.0",
|
56 | "@wry/equality": "^0.5.6",
|
57 | "@wry/trie": "^0.5.0",
|
58 | "graphql-tag": "^2.12.6",
|
59 | "hoist-non-react-statics": "^3.3.2",
|
60 | "optimism": "^0.18.0",
|
61 | "prop-types": "^15.7.2",
|
62 | "rehackt": "^0.1.0",
|
63 | "response-iterator": "^0.2.6",
|
64 | "symbol-observable": "^4.0.0",
|
65 | "ts-invariant": "^0.10.3",
|
66 | "tslib": "^2.3.0",
|
67 | "zen-observable-ts": "^1.2.5"
|
68 | },
|
69 | "devDependencies": {
|
70 | "@arethetypeswrong/cli": "0.15.3",
|
71 | "@babel/parser": "7.25.0",
|
72 | "@changesets/changelog-github": "0.5.0",
|
73 | "@changesets/cli": "2.27.7",
|
74 | "@graphql-tools/merge": "9.0.4",
|
75 | "@graphql-tools/schema": "10.0.4",
|
76 | "@graphql-tools/utils": "10.3.2",
|
77 | "@microsoft/api-extractor": "7.47.2",
|
78 | "@rollup/plugin-node-resolve": "11.2.1",
|
79 | "@size-limit/esbuild-why": "11.1.4",
|
80 | "@size-limit/preset-small-lib": "11.1.4",
|
81 | "@testing-library/jest-dom": "6.4.6",
|
82 | "@testing-library/react": "15.0.7",
|
83 | "@testing-library/react-12": "npm:@testing-library/react@^12",
|
84 | "@testing-library/user-event": "14.5.2",
|
85 | "@tsconfig/node20": "20.1.4",
|
86 | "@types/bytes": "3.1.4",
|
87 | "@types/fetch-mock": "7.3.8",
|
88 | "@types/glob": "8.1.0",
|
89 | "@types/hoist-non-react-statics": "3.3.5",
|
90 | "@types/jest": "29.5.12",
|
91 | "@types/lodash": "4.17.7",
|
92 | "@types/node": "20.14.11",
|
93 | "@types/node-fetch": "2.6.11",
|
94 | "@types/react": "18.3.3",
|
95 | "@types/react-dom": "18.3.0",
|
96 | "@types/relay-runtime": "14.1.24",
|
97 | "@types/use-sync-external-store": "0.0.6",
|
98 | "@typescript-eslint/eslint-plugin": "7.18.0",
|
99 | "@typescript-eslint/parser": "7.18.0",
|
100 | "@typescript-eslint/rule-tester": "7.18.0",
|
101 | "@typescript-eslint/types": "7.18.0",
|
102 | "@typescript-eslint/utils": "7.18.0",
|
103 | "acorn": "8.12.1",
|
104 | "ajv": "8.17.1",
|
105 | "blob-polyfill": "7.0.20220408",
|
106 | "bytes": "3.1.2",
|
107 | "cross-fetch": "4.0.0",
|
108 | "eslint": "8.57.0",
|
109 | "eslint-import-resolver-typescript": "3.6.1",
|
110 | "eslint-plugin-import": "npm:@phryneas/eslint-plugin-import@2.27.5-pr.2813.2817.199971c",
|
111 | "eslint-plugin-local-rules": "2.0.1",
|
112 | "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
|
113 | "eslint-plugin-react-hooks": "4.6.2",
|
114 | "eslint-plugin-testing-library": "6.2.2",
|
115 | "expect-type": "0.19.0",
|
116 | "fetch-mock": "9.11.0",
|
117 | "glob": "8.1.0",
|
118 | "graphql": "16.9.0",
|
119 | "graphql-ws": "5.16.0",
|
120 | "jest": "29.7.0",
|
121 | "jest-environment-jsdom": "29.7.0",
|
122 | "jest-junit": "16.0.0",
|
123 | "lodash": "4.17.21",
|
124 | "patch-package": "8.0.0",
|
125 | "prettier": "3.1.1",
|
126 | "react": "18.3.1",
|
127 | "react-17": "npm:react@^17",
|
128 | "react-19": "npm:react@19.0.0-rc-378b305958-20240710",
|
129 | "react-dom": "18.3.1",
|
130 | "react-dom-17": "npm:react-dom@^17",
|
131 | "react-dom-19": "npm:react-dom@19.0.0-rc-378b305958-20240710",
|
132 | "react-error-boundary": "4.0.13",
|
133 | "recast": "0.23.9",
|
134 | "resolve": "1.22.8",
|
135 | "rimraf": "5.0.9",
|
136 | "rollup": "2.79.1",
|
137 | "rollup-plugin-cleanup": "3.2.1",
|
138 | "rollup-plugin-terser": "7.0.2",
|
139 | "rxjs": "7.8.1",
|
140 | "size-limit": "11.1.4",
|
141 | "subscriptions-transport-ws": "0.11.0",
|
142 | "terser": "5.31.3",
|
143 | "ts-api-utils": "1.3.0",
|
144 | "ts-jest": "29.2.3",
|
145 | "ts-jest-resolver": "2.0.1",
|
146 | "ts-morph": "22.0.0",
|
147 | "ts-node": "10.9.2",
|
148 | "typedoc": "0.25.0",
|
149 | "typescript": "5.5.3",
|
150 | "wait-for-observables": "1.0.3",
|
151 | "web-streams-polyfill": "4.0.0",
|
152 | "whatwg-fetch": "3.6.20"
|
153 | },
|
154 | "publishConfig": {
|
155 | "access": "public"
|
156 | },
|
157 | "files": [
|
158 | "LICENSE",
|
159 | "**/*.md",
|
160 | "**/*.cjs",
|
161 | "**/*.cjs.map",
|
162 | "**/*.d.cts",
|
163 | "**/*.js",
|
164 | "**/*.js.map",
|
165 | "**/*.d.ts",
|
166 | "**/*.json"
|
167 | ],
|
168 | "overrides": {
|
169 | "pretty-format": "^29.7.0"
|
170 | },
|
171 | "type": "module"
|
172 | }
|