mirror of
https://github.com/embarklabs/subspace.git
synced 2025-01-09 13:56:28 +00:00
8cf6d5c619
* fix: unsubscribe on prop change * fix: reactive-graphql example
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"name": "reactive-graphql-example",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"graphql": "^14.5.0",
|
|
"graphql-tag": "^2.10.1",
|
|
"graphql-tools": "^4.0.5",
|
|
"reactive-graphql": "^3.0.2",
|
|
"rxjs": "^6.5.2",
|
|
"web3": "^1.0.0-beta.37"
|
|
}
|
|
}
|