| Current Path : /etc/kibana/node_modules/react-apollo/ |
| Current File : //etc/kibana/node_modules/react-apollo/package.json |
{
"name": "react-apollo",
"version": "2.1.8",
"author": "opensource@apollographql.com",
"browser": "react-apollo.browser.umd.js",
"description": "React data container for Apollo Client",
"keywords": [
"apollo",
"graphql",
"react"
],
"license": "MIT",
"main": "react-apollo.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "apollographql/react-apollo"
},
"peerDependencies": {
"apollo-client": "^2.2.3",
"react": "0.14.x || 15.* || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"fbjs": "^0.8.16",
"hoist-non-react-statics": "^2.5.0",
"invariant": "^2.2.2",
"lodash": "^4.17.10",
"prop-types": "^15.6.0"
}
}