UNPKG

1.23 kBJSONView Raw
1{
2 "name": "hops-graphql",
3 "version": "11.5.0",
4 "description": "React and GraphQL implementation for Hops",
5 "keywords": [
6 "hops",
7 "react",
8 "graphql",
9 "unpreset",
10 "unmixin"
11 ],
12 "license": "MIT",
13 "engines": {
14 "node": ">=8.10.0"
15 },
16 "types": "index.d.ts",
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/xing/hops.git"
20 },
21 "dependencies": {
22 "@untool/webpack": "^1.5.0",
23 "apollo-cache-inmemory": "^1.3.6",
24 "apollo-client": "^2.5.1",
25 "apollo-link-http": "^1.5.5",
26 "apollo-server-express": "^2.2.0",
27 "cookie-parser": "^1.4.3",
28 "cross-fetch": "^3.0.0",
29 "express": "^4.16.3",
30 "graphql": "^14.0.2",
31 "graphql-tools": "^4.0.0",
32 "hops-config": "^11.5.0",
33 "hops-mixin": "^11.5.0",
34 "strip-indent": "^2.0.0"
35 },
36 "peerDependencies": {
37 "graphql-tag": "^2.10.0",
38 "react": "^16.4.0",
39 "react-apollo": "^2.2.3",
40 "react-dom": "^16.4.0"
41 },
42 "devDependencies": {
43 "graphql-tag": "^2.10.0",
44 "react": "^16.4.2",
45 "react-apollo": "^2.2.3",
46 "react-dom": "^16.4.2"
47 },
48 "homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme",
49 "gitHead": "9c85b4d3452d54c464558a6503489ebcf90b6635"
50}