hops-graphql
Version:
React and GraphQL implementation for Hops
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "hops-graphql",
"version": "13.4.0",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
"react",
"graphql",
"unpreset",
"unmixin"
],
"license": "MIT",
"engines": {
"node": "12 || 14 || 15"
},
"repository": {
"type": "git",
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"hops-apollo-mock-server": "^13.4.0",
"hops-react-apollo": "^13.4.0"
},
"peerDependencies": {
"graphql-tag": "^2.10.0",
"react": "^16.8.0 || ^17.0.0",
"react-apollo": "^3.1.0",
"react-dom": "^16.8.0 || ^17.0.0",
"react-helmet-async": "^1.0.4",
"react-router-dom": "^5.1.0"
},
"devDependencies": {
"graphql-tag": "^2.10.1",
"react": "^17.0.1",
"react-apollo": "^3.1.2",
"react-dom": "^17.0.1",
"react-helmet-async": "^1.0.4",
"react-router-dom": "^5.1.2"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme",
"gitHead": "7a1300271f1f4cace6890ff335f2f4abe03e40b6"
}