-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 900 Bytes
/
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
{
"name": "ra-postgraphile-client",
"version": "1.0.1",
"description": "react-admin data provider for postgraphile",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "@des-des",
"license": "MIT",
"dependencies": {
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.3",
"apollo-link-http": "^1.5.15",
"ra-data-graphql": "^2.9.3",
"ra-core": "^2.9.3",
"react": "^16.8.6",
"react-apollo": "^2.5.8",
"graphql-tag": "^2.10.1"
},
"devDependencies": {
"isomorphic-fetch": "^2.2.1",
"pg": "^7.11.0",
"postgraphile": "^4.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/des-des/ra-postgraphile-client.git"
},
"homepage": "https://github.com/des-des/ra-postgraphile-client",
"keywords": [
"react-admin",
"postgrahile",
"graphql"
]
}