{
  "name": "centarius",
  "version": "1.1.3",
  "description": "♥ Sweet React SSR for Everyone ♥",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "repository": "https://github.com/rayandrews/centarius",
  "author": {
    "name": "Ray Andrew",
    "email": "raydreww@gmail.com",
    "url": "https://github.com/rayandrews"
  },
  "license": "MIT",
  "private": false,
  "files": [
    "dist",
    "core.js",
    "client.js",
    "document.js",
    "server.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "react-native",
    "react-native-web",
    "react-ssr",
    "ssr",
    "react router",
    "react-router",
    "router",
    "route",
    "centarius"
  ],
  "scripts": {
    "build": "yarn clean && yarn build-only",
    "build-only": "babel src -d dist --root-mode upward",
    "build-dev": "yarn build-only --watch",
    "clean": "rimraf dist"
  },
  "dependencies": {
    "hoist-non-react-statics": "^3.3.0",
    "qs": "^6.7.0",
    "serialize-javascript": "^3.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "7.4.5",
    "@babel/plugin-proposal-class-properties": "7.4.4",
    "@babel/plugin-proposal-object-rest-spread": "7.4.4",
    "@babel/plugin-syntax-dynamic-import": "7.2.0",
    "@babel/plugin-transform-react-jsx-source": "7.2.0",
    "@babel/plugin-transform-runtime": "7.4.4",
    "@babel/preset-env": "7.4.5",
    "@babel/preset-react": "7.0.0",
    "@babel/template": "7.4.4",
    "babel-plugin-add-module-exports": "^0.3.2",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.14"
  },
  "peerDependencies": {
    "lodash": "^4.17.15",
    "prop-types": "^15.x.x",
    "react": "16.x.x",
    "react-router-dom": ">=4.0.0"
  },
  "gitHead": "62affbbb8ae5798565fb529b5ed2d112185577bd"
}
