UNPKG

607 BJSONView Raw
1{
2 "name": "react-relay",
3 "description": "A framework for building GraphQL-driven React applications.",
4 "version": "8.0.0",
5 "keywords": [
6 "graphql",
7 "relay",
8 "react"
9 ],
10 "license": "MIT",
11 "homepage": "https://relay.dev",
12 "bugs": "https://github.com/facebook/relay/issues",
13 "repository": "facebook/relay",
14 "dependencies": {
15 "@babel/runtime": "^7.0.0",
16 "fbjs": "^1.0.0",
17 "nullthrows": "^1.1.1",
18 "relay-runtime": "8.0.0"
19 },
20 "peerDependencies": {
21 "react": "^16.9.0"
22 },
23 "directories": {
24 "": "./"
25 },
26 "main": "index.js",
27 "haste_commonjs": true
28}