Repository URL to install this package:
|
Version:
1.1.1 ▾
|
@kv/apollo-client
/
package.json
|
|---|
{
"name": "@kv/apollo-client",
"version": "1.1.1",
"description": "Apollo client and utils for KV React projects",
"license": "MIT",
"author": {
"name": "Wes Moberly",
"email": "wmoberly@kinetic-vision.com",
"url": "https://kinetic-vision.com"
},
"main": "index.js",
"scripts": {
"build": "tsc"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@apollo/client": "^3.3.11",
"@types/apollo-upload-client": "^14.1.0",
"apollo-upload-client": "^16.0.0",
"graphql": "^15.0.0",
"subscriptions-transport-ws": "^0.9.18"
},
"gitHead": "8f4b89360194341aec9c4805c538e937877c1d90"
}