{
  "name": "cerebro-app",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "amazon-cognito-identity-js": "^2.0.9",
    "apollo-boost": "^0.1.7",
    "apollo-thunk": "^1.1.0",
    "aws-appsync": "^1.0.23",
    "aws-appsync-react": "^1.0.14",
    "aws-sdk": "^2.254.1",
    "chance": "^1.0.16",
    "graphql": "^0.11.7",
    "graphql-tag": "^2.5.0",
    "jest": "^23.1.0",
    "lodash": "^4.17.10",
    "moment": "^2.22.2",
    "npm-run-all": "^4.1.3",
    "numeral": "^2.0.6",
    "polished": "^1.9.2",
    "prop-types": "^15.6.1",
    "react": "^16.4.0",
    "react-apollo": "^2.0.1",
    "react-cognito": "^1.5.4",
    "react-dom": "^16.4.0",
    "react-grid-layout": "^0.16.6",
    "react-helmet": "^5.2.0",
    "react-mosaic-component": "^1.1.1",
    "react-pose": "^2.0.0",
    "react-redux": "^5.0.7",
    "react-router-dom": "^4.3.1",
    "react-scripts": "1.1.5",
    "react-split-pane": "^0.1.77",
    "react-virtualized": "^9.19.1",
    "redux": "^4.0.0",
    "redux-thunk": "^2.3.0",
    "reselect": "^3.0.1",
    "s3": "^4.4.0",
    "styled-components": "^3.3.2",
    "victory": "^0.26.1"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject",
    "build_prod": "react-scripts build",
    "copy_to_s3": "node ./scripts/upload_to_s3.js cerebro.whtlst.in",
    "deploy": "npm-run-all build_prod copy_to_s3"
  }
}
