{
  "name": "expojuicer",
  "private": false,
  "description": "",
  "version": "1.2.0",
  "author": "adam zygadlewicz <adam.zygadlewicz@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eventjuicer/expojuicer.git"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-eslint": "^8.2.1",
    "babel-polyfill": "^6.26.0",
    "eslint": "^4.16.0",
    "eslint-config-airbnb": "16.1.0",
    "eslint-config-airbnb-base": "~12.1.0",
    "eslint-import-resolver-node": "^0.3.2",
    "eslint-module-utils": "^2.1.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "6.0.3",
    "eslint-plugin-react": "~7.5.1",
    "gh-pages": "^1.1.0",
    "react-scripts": "1.1.0",
    "source-map-explorer": "^1.5.0",
    "prettier": "^1.10.1",
    "husky": "^0.14.3"
  },
  "dependencies": {
    "admin-on-rest": "^1.3.4",
    "aor-rich-text-input": "^1.0.2",
    "eventjuicer-aor-translations": "file:../aor-translations/",
    "file-saver": "^1.3.3",
    "lint-staged": "^6.0.0",
    "lodash": "^4.17.4",
    "material-ui": "~0.20.0",
    "mdi-material-ui": "^3.2.0",
    "papaparse": "^4.3.6",
    "prop-types": "~15.6.0",
    "query-string": "^5.0.1",
    "react": "~16.2.0",
    "react-copy-to-clipboard": "^5.0.1",
    "react-dom": "~16.2.0",
    "react-dropzone": "^4.2.9",
    "react-redux": "~5.0.6",
    "react-router-dom": "~4.2.2",
    "react-tap-event-plugin": "~3.0.2",
    "redux-form": "^7.2.1",
    "redux-saga": "~0.16.0",
    "reselect": "^3.0.1",
    "slugify": "^1.2.9"
  },
  "lint-staged": {
    "src/**/*.{js,jsx,json,css}": [
      "prettier --single-quote --write"
    ]
  },
  "scripts": {
    "dev": "react-scripts start",
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build --branch gh-pages",
    "analyze": "source-map-explorer build/static/js/main.*"
  },
  "homepage": "https://expojuicer.com"
}
