UNPKG

1.69 kBJSONView Raw
1{
2 "name": "@r/platform",
3 "version": "0.17.1",
4 "description": "A set of tools to enable easy universal rendering and page navigation on a React + Redux stack",
5 "main": "platform.js",
6 "scripts": {
7 "lint": "eslint lib",
8 "build": "node compile.js",
9 "watch": "npm run build -- --watch",
10 "prepublish": "npm run build"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/nramadas/r-platform.git"
15 },
16 "keywords": [
17 "reddit",
18 "platform",
19 "universal",
20 "isomorphic"
21 ],
22 "author": "nramadas",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/nramadas/r-platform/issues"
26 },
27 "homepage": "https://github.com/nramadas/r-platform#readme",
28 "dependencies": {
29 "chai": "3.5.0",
30 "chai-enzyme": "0.4.2",
31 "enzyme": "2.2.0",
32 "mocha": "2.4.5",
33 "react-addons-test-utils": "15.0.1",
34 "sinon": "1.17.3",
35 "sinon-chai": "2.8.0"
36 },
37 "devDependencies": {
38 "babel-eslint": "^6.0.4",
39 "babel-loader": "6.2.4",
40 "babel-plugin-transform-class-properties": "6.6.0",
41 "babel-plugin-transform-runtime": "6.7.5",
42 "babel-polyfill": "6.7.4",
43 "babel-preset-es2015": "6.6.0",
44 "babel-preset-react": "6.5.0",
45 "babel-preset-stage-2": "6.5.0",
46 "eslint": "^2.8.0",
47 "eslint-plugin-babel": "^3.2.0",
48 "node-notifier": "4.5.0",
49 "webpack": "1.13.0"
50 },
51 "peerDependencies": {
52 "babel-core": "^6.x",
53 "koa": "^2.x",
54 "koa-bodyparser": "^3.x",
55 "koa-router": "^7.x",
56 "koa-static": "^3.x",
57 "react": "^15.x",
58 "react-redux": "^4.x",
59 "react-dom": "^15.x",
60 "redux": "^3.x",
61 "reselect": "^2.x",
62 "lodash": "^4.x",
63 "@r/middleware": "^x"
64 }
65}