@wildcards/reason-apollo
Version:
Using Apollo client 2 with Reason
60 lines (59 loc) • 1.47 kB
JSON
{
"name": "@wildcards/reason-apollo",
"version": "0.20.0-latest1",
"license": "MIT",
"sideEffects": "false",
"description": "Using Apollo client 2 with Reason",
"repository": {
"type": "git",
"url": "https://github.com/apollographql/reason-apollo"
},
"peerDependencies": {},
"keywords": [
"Reason",
"Apollo",
"React",
"GraphQL"
],
"author": "Grégoire Van der Auwermeulen <gregoirevandera@gmail.com>",
"devDependencies": {
"@baransu/graphql_ppx_re": "^0.7.1",
"bs-platform": "^7.2.2",
"husky": "^1.2.0",
"lint-staged": "^8.1.0",
"reason-react": "^0.7.0"
},
"dependencies": {
"apollo-cache-inmemory": "^1.6.0",
"apollo-client": "^2.6.3",
"apollo-link": "^1.2.12",
"apollo-link-context": "^1.0.18",
"apollo-link-error": "^1.1.11",
"apollo-link-http": "^1.5.15",
"apollo-link-ws": "^1.0.18",
"apollo-upload-client": "9.1.0",
"apollo-utilities": "^1.3.2",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"react-apollo": "^2.5.8",
"subscriptions-transport-ws": "^0.9.16"
},
"lint-staged": {
"*.re": [
"bsrefmt --in-place",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"lint-staged": "lint-staged",
"test": "echo \"Error: no test specified\" && exit 1"
}
}