UNPKG

1.1 kBJSONView Raw
1{
2 "name": "hops-graphql",
3 "version": "11.0.0-rc.27",
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 "scripts": {
17 "test": "jest"
18 },
19 "jest": {
20 "testURL": "http://localhost",
21 "watchPathIgnorePatterns": [
22 "__tests__/fixtures"
23 ]
24 },
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/xing/hops.git"
28 },
29 "dependencies": {
30 "apollo-cache-inmemory": "^1.2.6",
31 "apollo-client": "^2.3.5",
32 "apollo-link-http": "^1.3.2",
33 "graphql": "^0.13.0",
34 "graphql-tools": "^3.1.1",
35 "hops-mixin": "11.0.0-rc.27",
36 "isomorphic-fetch": "^2.2.1",
37 "pify": "^3.0.0",
38 "strip-indent": "^2.0.0"
39 },
40 "peerDependencies": {
41 "graphql-tag": "^2.5.0",
42 "react": "^16.3.0",
43 "react-apollo": "^2.0.0"
44 },
45 "devDependencies": {
46 "fetch-mock": "^6.5.2",
47 "graphql-tag": "^2.5.0",
48 "jest": "^23.4.2",
49 "react": "^16.4.2",
50 "react-apollo": "^2.1.9"
51 }
52}