@graphistry/falcor-react-redux
Version:
Falcor + React + Redux = ❤️
60 lines (59 loc) • 1.7 kB
JSON
{
"name": "@graphistry/falcor-react-redux",
"version": "2.11.0",
"description": "",
"main": "lib/index.js",
"browser": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"clean": "rimraf lib && mkdirp lib",
"build": "npm run clean && babel src -d lib --source-maps",
"watch": "npm run clean && babel src -d lib --source-maps --watch",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphistry/falcor.git"
},
"keywords": [
"Falcor",
"React",
"Redux",
"RxJS"
],
"author": "Paul Taylor <paul.e.taylor@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/graphistry/falcor/issues"
},
"homepage": "https://github.com/graphistry/falcor/blob/master/packages/falcor-react-redux/README.md",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
"babel-preset-es2015": "~6.24.1",
"babel-preset-react": "~6.24.1",
"babel-preset-stage-0": "~6.24.1",
"mkdirp": "~0.5.1",
"rimraf": "~2.6.0"
},
"peerDependencies": {
"prop-types": "^15.5.10",
"react": "^15.6.1 || ^16.0.0",
"react-redux": "^5.0.1",
"recompose": "^0.25.0",
"redux": "^3.7.1",
"rxjs": "^5.4.2",
"warning": "^3.0.0"
},
"dependencies": {
"@graphistry/falcor": "^2.11.0",
"@graphistry/falcor-json-graph": "^2.9.10",
"@graphistry/falcor-path-syntax": "^2.9.10",
"@graphistry/falcor-path-utils": "^2.9.10",
"@graphistry/falcor-query-syntax": "^2.11.0",
"babel-runtime": "^6.26.0",
"hoist-non-react-statics": "^2.3.1",
"invariant": "~2.2.2",
"pegjs-util": "~1.4.1"
}
}