react-relay
Version:
A framework for building GraphQL-driven React applications.
34 lines (33 loc) • 751 B
JSON
{
"name": "react-relay",
"description": "A framework for building GraphQL-driven React applications.",
"version": "18.2.0",
"keywords": [
"graphql",
"relay",
"react"
],
"license": "MIT",
"homepage": "https://relay.dev",
"bugs": "https://github.com/facebook/relay/issues",
"repository": {
"type": "git",
"url": "https://github.com/facebook/relay.git",
"directory": "packages/react-relay"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"fbjs": "^3.0.2",
"invariant": "^2.2.4",
"nullthrows": "^1.1.1",
"relay-runtime": "18.2.0"
},
"peerDependencies": {
"react": "^16.9.0 || ^17 || ^18"
},
"directories": {
"": "./"
},
"main": "index.js",
"haste_commonjs": true
}