UNPKG

750 BJSONView Raw
1{
2 "name": "react-relay",
3 "description": "A framework for building GraphQL-driven React applications.",
4 "version": "15.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": {
14 "type": "git",
15 "url": "https://github.com/facebook/relay.git",
16 "directory": "packages/react-relay"
17 },
18 "dependencies": {
19 "@babel/runtime": "^7.0.0",
20 "fbjs": "^3.0.2",
21 "invariant": "^2.2.4",
22 "nullthrows": "^1.1.1",
23 "relay-runtime": "15.0.0"
24 },
25 "peerDependencies": {
26 "react": "^16.9.0 || ^17 || ^18"
27 },
28 "directories": {
29 "": "./"
30 },
31 "main": "index.js",
32 "haste_commonjs": true
33}