UNPKG

hops-graphql

Version:

React and GraphQL implementation for Hops

62 lines (61 loc) 1.28 kB
{ "name": "hops-graphql", "version": "10.4.3", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", "react", "graphql" ], "license": "MIT", "bin": { "hops-graphql": "commands/graphql.js" }, "main": "node.js", "browser": "dom.js", "files": [ "node.js", "dom.js", "commands", "lib" ], "scripts": { "test": "jest" }, "jest": { "watchPathIgnorePatterns": [ "__tests__/fixtures" ] }, "repository": { "type": "git", "url": "https://github.com/xing/hops.git" }, "dependencies": { "apollo-cache-inmemory": "^1.1.5", "apollo-client": "^2.2.0", "apollo-link-http": "^1.3.2", "graphql": "^0.13.0", "graphql-tools": "^2.20.0", "isomorphic-fetch": "^2.2.1", "pify": "^3.0.0" }, "peerDependencies": { "graphql-tag": "^2.5.0", "hops-react": "^10.3.0", "react": ">=15.0.0 <17.0.0", "react-apollo": "^2.0.0" }, "devDependencies": { "fetch-mock": "^6.3.0", "graphql-tag": "^2.5.0", "hops-react": "10.4.3", "jest": "^22.0.4", "react": "^16.3.1", "react-apollo": "^2.0.0", "react-dom": "^16.3.1", "react-helmet": "^5.2.0", "react-router": "^4.2.0", "react-router-dom": "^4.2.2" } }