Repository URL to install this package:
|
Version:
1.4.5 ▾
|
@kv/apollo-client
/
package.json
|
|---|
{
"name": "@kv/apollo-client",
"version": "1.4.5",
"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.5.6",
"@types/apollo-upload-client": "^14.1.0",
"apollo-upload-client": "https://github.com/pipopotamasu/apollo-upload-client#add_printer_to_create_upload_link",
"graphql": "^16.1.0",
"subscriptions-transport-ws": "^0.11.0"
},
"devDependencies": {
"@types/node": "^16.11.12",
"typescript": "^4.4.6"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
},
"gitHead": "25950ed9f1d63dc0ae62e4b89701d3db21f8129a"
}