{
  "name": "nexus-scripts",
  "version": "3.0.0",
  "description": "A script to up a webpack server for web development",
  "keywords": [
    "webpack",
    "react"
  ],
  "author": "Giancarlos Isasi <giancarlos.isasi@gmail.com>",
  "homepage": "https://github.com/GiancarlosIO/webpack-nexus#readme",
  "license": "MIT",
  "main": "lib/nexus-scripts.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "bin"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GiancarlosIO/webpack-nexus.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/GiancarlosIO/webpack-nexus/issues"
  },
  "bin": {
    "nexus-scripts": "./bin/nexus-scripts.js"
  },
  "dependencies": {
    "@babel/cli": "7.10.4",
    "@babel/core": "7.10.4",
    "@babel/node": "7.2.2",
    "@babel/register": "7.10.4",
    "@babel/runtime": "7.10.4",
    "@fullhuman/postcss-purgecss": "^1.3.0",
    "autoprefixer": "^9.7.2",
    "babel-loader": "8.0.5",
    "babel-preset-webpack-nexus": "workspace:*",
    "case-sensitive-paths-webpack-plugin": "2.2.0",
    "chalk": "2.4.2",
    "circular-dependency-plugin": "5.0.2",
    "connect-history-api-fallback": "^1.6.0",
    "core-js": "^3.6.5",
    "cors": "2.8.5",
    "css-loader": "^3.2.0",
    "express": "4.16.4",
    "graphql": "^14.5.8",
    "graphql-tag": "^2.10.1",
    "html-webpack-plugin": "3.2.0",
    "ip": "1.1.5",
    "mini-css-extract-plugin": "^0.8.0",
    "open": "6.2.0",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "postcss-loader": "^3.0.0",
    "regenerator-runtime": "^0.13.2",
    "sass-loader": "^8.0.0",
    "style-loader": "^1.0.0",
    "tailwindcss": "^1.1.3",
    "terser-webpack-plugin": "1.2.3",
    "webpack": "4.43.0",
    "webpack-build-notifier": "1.0.2",
    "webpack-bundle-analyzer": "3.3.2",
    "webpack-cli": "3.3.2",
    "webpack-dev-middleware": "3.6.2",
    "webpack-dev-server": "3.3.1",
    "webpack-hot-middleware": "2.24.4",
    "webpack-merge": "4.2.1",
    "webpackbar": "4.0.0",
    "yargs": "13.2.2"
  },
  "gitHead": "ba33eeea9f155c64f1acce938a145d8907b533d2"
}
