UNPKG

888 BJSONView Raw
1{
2 "name": "apollo-client",
3 "version": "2.6.8",
4 "description": "A simple yet functional GraphQL client.",
5 "main": "bundle.umd.js",
6 "module": "bundle.esm.js",
7 "typings": "index.d.ts",
8 "sideEffects": false,
9 "repository": {
10 "type": "git",
11 "url": "apollographql/apollo-client"
12 },
13 "pre-commit": "lint-staged",
14 "keywords": [
15 "ecmascript",
16 "es2015",
17 "jsnext",
18 "javascript",
19 "relay",
20 "npm",
21 "react"
22 ],
23 "author": "Sashko Stubailo <sashko@stubailo.com>",
24 "license": "MIT",
25 "dependencies": {
26 "@types/zen-observable": "^0.8.0",
27 "apollo-cache": "1.3.4",
28 "apollo-link": "^1.0.0",
29 "apollo-utilities": "1.3.3",
30 "symbol-observable": "^1.0.2",
31 "ts-invariant": "^0.4.0",
32 "tslib": "^1.10.0",
33 "zen-observable": "^0.8.0"
34 },
35 "peerDependencies": {
36 "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
37 }
38}
\No newline at end of file