{
  "name": "@velop/server",
  "version": "0.3.2",
  "description": "Serve one or more react apps! - Custom routes, HotReloading, Authenticated Apps/routes, Relay, Webpack ++",
  "main": "lib/index.js",
  "scripts": {
    "test": "jest",
    "compile": "babel --presets=react,env -d lib/ src/",
    "prepublishOnly": "npm run compile",
    "precommit": "lint-staged",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/velop-io/server.git"
  },
  "author": "stoffern",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/velop-io/server/issues"
  },
  "homepage": "https://github.com/velop-io/server#readme",
  "devDependencies": {
    "condition-circle": "^2.0.1",
    "husky": "^0.14.3",
    "jest": "^22.4.3",
    "lint-staged": "^7.0.4",
    "mini-css-extract-plugin": "^0.4.0",
    "prettier": "1.11.1",
    "semantic-release": "^15.1.5",
    "supertest": "^3.0.0"
  },
  "release": {
    "verifyConditions": "condition-circle"
  },
  "jest": {
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "!<rootDir>/build/",
      "!<rootDir>/src/utils/"
    ],
    "collectCoverageFrom": [
      "src/**/*.{js,jsx}",
      "!<rootDir>/node_modules/",
      "!<rootDir>/build/",
      "!<rootDir>/src/utils/"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "<rootDir>/src/utils/"
    ],
    "coverageDirectory": "./coverage/",
    "collectCoverage": true
  },
  "dependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-loader": "^7.1.4",
    "babel-plugin-react-intl": "^2.4.0",
    "babel-plugin-relay": "1.4.0",
    "babel-plugin-styled-components": "^1.5.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-plugin-universal-import": "^1.4.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "css-loader": "^0.28.11",
    "cz-conventional-changelog": "^2.1.0",
    "ddos": "^0.1.28",
    "dotenv": "^5.0.1",
    "eslint": "4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-loader": "^2.0.0",
    "eslint-plugin-import": "^2.10.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.7.0",
    "extract-text-webpack-plugin": "^3.0.2",
    "farce": "^0.2.5",
    "find-node-modules": "^1.0.4",
    "found": "^0.3.8",
    "found-relay": "^0.3.0-alpha.11",
    "fs-extra": "^5.0.0",
    "graphql": "^0.13.2",
    "graphql-errors": "^2.1.0",
    "graphql-relay": "^0.5.5",
    "happypack": "^4.0.1",
    "isomorphic-fetch": "^2.2.1",
    "kcors": "^2.2.1",
    "koa": "^2.5.0",
    "koa-bodyparser": "^4.2.0",
    "koa-compress": "^3.0.0",
    "koa-conditional-get": "^2.0.0",
    "koa-convert": "^1.2.0",
    "koa-etag": "^3.0.0",
    "koa-graphql": "^0.7.5",
    "koa-helmet": "^4.0.0",
    "koa-json": "^2.0.2",
    "koa-logger": "^3.2.0",
    "koa-mount": "^3.0.0",
    "koa-passport": "^4.0.1",
    "koa-router": "^7.4.0",
    "koa-router-static": "^1.2.0",
    "koa-send": "^4.1.3",
    "koa-session": "^5.8.1",
    "koa-static": "^4.0.2",
    "koa-webpack-hot-middleware": "^1.0.3",
    "lodash": "^4.17.5",
    "merge-package-json": "^0.1.3",
    "node-sass": "^4.8.3",
    "package-merge": "^0.1.2",
    "passport-http": "^0.3.0",
    "passport-jwt": "^4.0.0",
    "passport-local": "^1.0.0",
    "prop-types": "^15.6.1",
    "raf": "^3.4.0",
    "react": "^16.3.1",
    "react-addons-test-utils": "^15.6.2",
    "react-dom": "^16.3.1",
    "react-helmet": "^5.2.0",
    "react-hot-loader": "next",
    "react-relay": "1.4.0",
    "react-universal-component": "^2.8.4",
    "relay-compiler": "1.4.0",
    "relay-runtime": "1.4.0",
    "sass-loader": "^7.0.0",
    "serialize-javascript": "^1.4.0",
    "shx": "^0.2.2",
    "style-loader": "^0.20.3",
    "uuid": "^3.2.1",
    "webpack": "4.5.0",
    "webpack-dev-middleware": "^3.1.2",
    "webpack-flush-chunks": "^1.2.3",
    "webpack-hot-server-middleware": "0.5.0",
    "webpack-merge": "^4.1.2",
    "winston": "^2.4.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "*.{js,json,css}": [
      "prettier --write",
      "git add"
    ]
  }
}
