hops-graphql
Version:
React and GraphQL implementation for Hops
47 lines (46 loc) • 1.09 kB
JSON
{
"name": "hops-graphql",
"version": "11.0.0-rc.52",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
"react",
"graphql",
"unpreset",
"unmixin"
],
"license": "MIT",
"engines": {
"node": ">=8.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"@untool/webpack": "^1.0.0-rc.14",
"apollo-cache-inmemory": "^1.3.6",
"apollo-client": "^2.4.3",
"apollo-link-http": "^1.5.5",
"apollo-server-express": "^2.2.0",
"cookie-parser": "^1.4.3",
"cross-fetch": "^3.0.0",
"express": "^4.16.3",
"graphql": "^14.0.2",
"graphql-tools": "^4.0.0",
"hops-config": "^11.0.0-rc.52",
"hops-mixin": "^11.0.0-rc.52",
"strip-indent": "^2.0.0"
},
"peerDependencies": {
"graphql-tag": "^2.10.0",
"react": "^16.4.0",
"react-apollo": "^2.2.3"
},
"devDependencies": {
"graphql-tag": "^2.10.0",
"react": "^16.4.2",
"react-apollo": "^2.2.3"
},
"gitHead": "4a490eac02aaa10c3ac500ef8d82bf4273529102"
}