hops-graphql
Version:
React and GraphQL implementation for Hops
60 lines (59 loc) • 1.35 kB
JSON
{
"name": "hops-graphql",
"version": "11.0.0-rc.36",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
"react",
"graphql",
"unpreset",
"unmixin"
],
"license": "MIT",
"engines": {
"node": ">=8.10.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"testURL": "http://localhost",
"watchPathIgnorePatterns": [
"__tests__/fixtures"
]
},
"repository": {
"type": "git",
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"apollo-cache-inmemory": "^1.2.6",
"apollo-client": "^2.3.5",
"apollo-link-http": "^1.3.2",
"apollo-link-schema": "^1.1.0",
"apollo-server-express": "^2.0.3",
"cookie-parser": "^1.4.3",
"enhanced-resolve": "^4.1.0",
"express": "^4.16.3",
"graphql": "^14.0.0",
"graphql-tools": "^3.1.1",
"hops-mixin": "11.0.0-rc.36",
"isomorphic-fetch": "^2.2.1",
"node-fetch": "^2.2.0",
"node-watch": "^0.5.8",
"strip-indent": "^2.0.0"
},
"peerDependencies": {
"graphql-tag": "^2.5.0",
"react": "^16.3.0",
"react-apollo": "^2.0.0"
},
"devDependencies": {
"fetch-mock": "^6.5.2",
"graphql-tag": "^2.5.0",
"jest": "^23.4.2",
"react": "^16.4.2",
"react-apollo": "^2.1.9"
},
"gitHead": "619907f924a7f2bca5d1734655b882c85dda8f27"
}