@jeddeloh/reason-apollo-client
Version:
ReasonML / BuckleScript bindings for the Apollo Client ecosystem
42 lines (41 loc) • 1.13 kB
JSON
{
"name": "@jeddeloh/reason-apollo-client",
"description": "ReasonML / BuckleScript bindings for the Apollo Client ecosystem",
"version": "0.0.1-beta.0",
"keywords": [
"Apollo",
"BuckleScript",
"GraphQL",
"Reason",
"ReasonML"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jeddeloh/reason-apollo-client"
},
"scripts": {
"build": "bsb -make-world",
"clean": "bsb -clean-world",
"start": "bsb -make-world -w"
},
"devDependencies": {
"@apollo/client": "^3.0.1",
"@apollo/link-context": "^2.0.0-beta.3",
"@apollo/link-error": "^2.0.0-beta.3",
"@apollo/link-ws": "^2.0.0-beta.3",
"@reasonml-community/graphql-ppx": "^1.0.0-beta.18",
"bs-platform": "^7.3.2",
"graphql": "^14.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reason-react": "^0.9.1",
"subscriptions-transport-ws": "^0.9.16"
},
"peerDependencies": {
"@apollo/client": "^3.0.0",
"@reasonml-community/graphql-ppx": "^1.0.0-beta.18",
"bs-platform": "^7.3.0 || ^8.0.0",
"reason-react": "^0.8.0 || ^0.9.0"
}
}