Repository URL to install this package:
|
Version:
1.4.2 ▾
|
@kv/apollo-client
/
package.json
|
|---|
{
"name": "@kv/apollo-client",
"version": "1.4.2",
"description": "Apollo client and utils for KV projects using React and GraphQL",
"license": "MIT",
"author": {
"name": "Wes Moberly",
"email": "wmoberly@kinetic-vision.com",
"url": "https://kinetic-vision.com"
},
"main": "lib/index.js",
"scripts": {
"build": "tsc"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@types/apollo-upload-client": "^14.1.0",
"apollo-upload-client": "^16.0.0",
"graphql": "^15.0.0",
"subscriptions-transport-ws": "^0.9.18"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@yarnpkg/pnpify": "^3.1.1-rc.2",
"typescript": "^4.4.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
},
"gitHead": "c9dee4760498d438072984f485414816b32992c4"
}