UNPKG

3.68 kBJSONView Raw
1{
2 "name": "@apollo/client",
3 "version": "3.7.10",
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.3.0",
58 "graphql-tag": "^2.12.6",
59 "hoist-non-react-statics": "^3.3.2",
60 "optimism": "^0.16.1",
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.20.15",
70 "@changesets/changelog-github": "0.4.8",
71 "@changesets/cli": "2.26.0",
72 "@graphql-tools/schema": "9.0.16",
73 "@rollup/plugin-node-resolve": "11.2.1",
74 "@testing-library/react": "14.0.0",
75 "@testing-library/react-12": "npm:@testing-library/react@^12",
76 "@testing-library/user-event": "14.4.3",
77 "@types/bytes": "3.1.1",
78 "@types/fast-json-stable-stringify": "2.0.0",
79 "@types/fetch-mock": "7.3.5",
80 "@types/glob": "8.0.1",
81 "@types/hoist-non-react-statics": "3.3.1",
82 "@types/jest": "29.2.6",
83 "@types/lodash": "4.14.191",
84 "@types/node": "18.14.0",
85 "@types/node-fetch": "2.6.2",
86 "@types/react": "18.0.28",
87 "@types/react-dom": "18.0.11",
88 "@types/use-sync-external-store": "0.0.3",
89 "@typescript-eslint/eslint-plugin": "5.52.0",
90 "@typescript-eslint/parser": "5.52.0",
91 "acorn": "8.8.2",
92 "blob-polyfill": "7.0.20220408",
93 "bytes": "3.1.2",
94 "cross-fetch": "3.1.5",
95 "eslint": "8.34.0",
96 "eslint-plugin-testing-library": "5.10.2",
97 "fetch-mock": "9.11.0",
98 "glob": "8.1.0",
99 "graphql": "16.6.0",
100 "graphql-ws": "5.11.3",
101 "jest": "29.3.1",
102 "jest-environment-jsdom": "29.3.1",
103 "jest-junit": "15.0.0",
104 "lodash": "4.17.21",
105 "patch-package": "6.5.1",
106 "react": "18.2.0",
107 "react-17": "npm:react@^17",
108 "react-dom": "18.2.0",
109 "react-dom-17": "npm:react-dom@^17",
110 "recast": "0.22.0",
111 "resolve": "1.22.1",
112 "rimraf": "4.1.2",
113 "rollup": "2.79.1",
114 "rollup-plugin-terser": "7.0.2",
115 "rxjs": "7.8.0",
116 "subscriptions-transport-ws": "0.11.0",
117 "terser": "5.16.4",
118 "ts-jest": "29.0.5",
119 "ts-node": "10.9.1",
120 "typedoc": "0.22.18",
121 "typescript": "4.9.5",
122 "wait-for-observables": "1.0.3",
123 "web-streams-polyfill": "3.2.1",
124 "whatwg-fetch": "3.6.2"
125 },
126 "publishConfig": {
127 "access": "public"
128 },
129 "type": "module"
130}