UNPKG

@r/platform

Version:

A set of tools to enable easy universal rendering and page navigation on a React + Redux stack

51 lines (50 loc) 1.34 kB
{ "name": "@r/platform", "version": "0.0.11", "description": "A set of tools to enable easy universal rendering and page navigation on a React + Redux stack", "main": "platform.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/nramadas/r-platform.git" }, "keywords": [ "reddit", "platform", "universal", "isomorphic" ], "author": "nramadas", "license": "MIT", "bugs": { "url": "https://github.com/nramadas/r-platform/issues" }, "homepage": "https://github.com/nramadas/r-platform#readme", "devDependencies": { "babel-core": "6.7.6", "babel-loader": "6.2.4", "babel-plugin-transform-class-properties": "6.6.0", "babel-plugin-transform-runtime": "6.7.5", "babel-polyfill": "6.7.4", "babel-preset-es2015": "6.6.0", "babel-preset-react": "6.5.0", "babel-preset-stage-2": "6.5.0", "node-notifier": "4.5.0", "webpack": "1.13.0" }, "peerDependencies": { "koa": "2.0.0", "koa-bodyparser": "3.0.0", "koa-router": "7.0.1", "koa-static": "3.0.0", "react": "15.0.1", "react-redux": "4.4.5", "react-dom": "15.0.0-rc.2", "redux": "3.4.0", "reselect": "2.4.0", "lodash": "4.11.1", "@r/middleware": "^0.5.1" } }