apollo-client-ws
Version:
GraphQL WebSocket Network Interface for Apollo Client
36 lines (35 loc) • 1.56 kB
JSON
{
"name": "sample",
"version": "0.0.0",
"description": "",
"dependencies": {
"graphql": "15.4.0",
"graphql-tag": "2.11.0",
"graphql-tools": "7.0.2",
"@hapi/hapi": "20.0.3",
"@hapi/boom": "9.1.1",
"hapi-plugin-websocket": "2.3.2",
"apollo-client": "2.6.10",
"apollo-client-ws": "file:../",
"apollo-cache-inmemory": "1.6.6"
},
"devDependencies": {
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-eslint": "23.0.0",
"grunt-browserify": "5.3.0",
"browserify": "17.0.0",
"babelify": "10.0.0",
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"rimraf": "3.0.2"
},
"scripts": {
"build": "grunt default",
"server": "node server.js",
"client": "node client-node.js",
"client:browser": "open client-browser.html",
"clean": "rimraf node_modules client-browser.bundle.js"
}
}