-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "@oudyworks/graphql-client",
"version": "1.0.35",
"description": "",
"main": "build/index.js",
"scripts": {
"build": "cd source && babel -D -d ../build/ ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/OudyWorks/graphql-client.git"
},
"author": "Ayoub Oudmane <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OudyWorks/graphql-client/issues"
},
"homepage": "https://github.com/OudyWorks/graphql-client#readme",
"dependencies": {
"apollo-cache-inmemory": "^1.2.4",
"apollo-client": "^2.3.4",
"apollo-link": "^1.2.2",
"apollo-link-batch-http": "^1.2.2",
"apollo-link-context": "^1.0.8",
"apollo-link-http": "^1.5.4",
"apollo-link-ws": "^1.0.8",
"apollo-utilities": "^1.0.15",
"graphql": "^0.12.3",
"lodash.throttle": "^4.1.1",
"node-fetch": "^1.7.3",
"subscriptions-transport-ws": "^0.9.11",
"ws": "^3.3.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
}
}