hops-graphql
Version:
React and GraphQL implementation for Hops
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "hops-graphql",
"version": "15.2.1",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
"react",
"graphql",
"unpreset",
"unmixin"
],
"license": "MIT",
"engines": {
"node": "14 || 16"
},
"repository": {
"type": "git",
"url": "https://github.com/xing/hops.git"
},
"jest": {
"displayName": "unit"
},
"dependencies": {
"hops-apollo-mock-server": "15.2.1",
"hops-react-apollo": "15.2.1"
},
"peerDependencies": {
"@apollo/client": "^3.3.11",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"react-helmet-async": "^1.0.4",
"react-router-dom": "^5.1.0"
},
"devDependencies": {
"@apollo/client": "3.4.17",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.0.9",
"react-router-dom": "^5.2.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme",
"gitHead": "146f3e61aa3a520e977ad3bc5acbd1f49634833d"
}