UNPKG

4.64 kBJSONView Raw
1{
2 "name": "@apollo/client",
3 "version": "3.9.11",
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",
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/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.0.6",
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.2",
71 "@babel/parser": "7.24.1",
72 "@changesets/changelog-github": "0.5.0",
73 "@changesets/cli": "2.27.1",
74 "@graphql-tools/schema": "10.0.3",
75 "@microsoft/api-extractor": "7.42.3",
76 "@rollup/plugin-node-resolve": "11.2.1",
77 "@size-limit/esbuild-why": "11.1.2",
78 "@size-limit/preset-small-lib": "11.1.2",
79 "@testing-library/jest-dom": "6.4.2",
80 "@testing-library/react": "14.2.2",
81 "@testing-library/react-12": "npm:@testing-library/react@^12",
82 "@testing-library/user-event": "14.5.2",
83 "@tsconfig/node20": "20.1.4",
84 "@types/bytes": "3.1.4",
85 "@types/fetch-mock": "7.3.8",
86 "@types/glob": "8.1.0",
87 "@types/hoist-non-react-statics": "3.3.5",
88 "@types/jest": "29.5.12",
89 "@types/lodash": "4.17.0",
90 "@types/node": "20.11.30",
91 "@types/node-fetch": "2.6.11",
92 "@types/react": "18.2.73",
93 "@types/react-dom": "18.2.23",
94 "@types/relay-runtime": "14.1.23",
95 "@types/use-sync-external-store": "0.0.6",
96 "@typescript-eslint/eslint-plugin": "7.3.1",
97 "@typescript-eslint/parser": "7.3.1",
98 "@typescript-eslint/rule-tester": "7.3.1",
99 "@typescript-eslint/types": "7.3.1",
100 "@typescript-eslint/utils": "7.3.1",
101 "acorn": "8.11.3",
102 "blob-polyfill": "7.0.20220408",
103 "bytes": "3.1.2",
104 "cross-fetch": "4.0.0",
105 "eslint": "8.57.0",
106 "eslint-import-resolver-typescript": "3.6.1",
107 "eslint-plugin-import": "npm:@phryneas/eslint-plugin-import@2.27.5-pr.2813.2817.199971c",
108 "eslint-plugin-local-rules": "2.0.1",
109 "eslint-plugin-testing-library": "6.2.0",
110 "expect-type": "0.18.0",
111 "fetch-mock": "9.11.0",
112 "glob": "8.1.0",
113 "graphql": "16.8.1",
114 "graphql-ws": "5.15.0",
115 "jest": "29.7.0",
116 "jest-environment-jsdom": "29.7.0",
117 "jest-junit": "16.0.0",
118 "lodash": "4.17.21",
119 "patch-package": "8.0.0",
120 "prettier": "3.1.1",
121 "react": "18.2.0",
122 "react-17": "npm:react@^17",
123 "react-dom": "18.2.0",
124 "react-dom-17": "npm:react-dom@^17",
125 "react-error-boundary": "4.0.13",
126 "recast": "0.23.6",
127 "resolve": "1.22.8",
128 "rimraf": "5.0.5",
129 "rollup": "2.79.1",
130 "rollup-plugin-cleanup": "3.2.1",
131 "rollup-plugin-terser": "7.0.2",
132 "rxjs": "7.8.1",
133 "size-limit": "11.1.2",
134 "subscriptions-transport-ws": "0.11.0",
135 "terser": "5.29.2",
136 "ts-api-utils": "1.3.0",
137 "ts-jest": "29.1.2",
138 "ts-jest-resolver": "2.0.1",
139 "ts-morph": "22.0.0",
140 "ts-node": "10.9.2",
141 "typedoc": "0.25.0",
142 "typescript": "5.4.3",
143 "wait-for-observables": "1.0.3",
144 "web-streams-polyfill": "4.0.0",
145 "whatwg-fetch": "3.6.20"
146 },
147 "publishConfig": {
148 "access": "public"
149 },
150 "files": [
151 "LICENSE",
152 "**/*.md",
153 "**/*.cjs",
154 "**/*.cjs.map",
155 "**/*.js",
156 "**/*.js.map",
157 "**/*.d.ts",
158 "**/*.json"
159 ],
160 "type": "module"
161}