forked from apollographql/reason-apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@reasonableconsulting/apollo",
"description": "BuckleScript bindings for Apollo Client and React Apollo",
"author": "Blaine Bublitz <blaine.bublitz@gmail.com>",
"contributors": [
"Grégoire Van der Auwermeulen <gregoirevandera@gmail.com>"
],
"repository": "reasonableconsulting/apollo",
"version": "0.14.2",
"license": "MIT",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"apollo-cache-inmemory": "alpha",
"apollo-client": "alpha",
"apollo-link": "^1.2.3",
"apollo-link-http": "^1.5.5",
"apollo-utilities": "alpha",
"bs-decode": "^0.4.0",
"bs-platform": "^4.0.5",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"react-apollo": "alpha"
},
"keywords": [
"Reason",
"Apollo",
"React",
"GraphQL"
],
"devDependencies": {
"apollo-cache-inmemory": "alpha",
"apollo-client": "alpha",
"apollo-link": "^1.2.3",
"apollo-link-http": "^1.5.5",
"bs-decode": "^0.4.0",
"bs-platform": "^4.0.5",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"react-apollo": "alpha",
"reason-react": "^0.5.3"
}
}