{
  "name": "spust",
  "version": "1.1.3",
  "description": "Quickly bootstrap universal javascript applications.",
  "keywords": [
    "webpack",
    "universal",
    "bundler"
  ],
  "main": "scripts/index.js",
  "repository": "https://github.com/michalkvasnicak/spust",
  "author": "Michal Kvasničák",
  "license": "MIT",
  "bin": {
    "spust": "bin/spust"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "eslint-config-prettier": "^2.3.0",
    "eslint-plugin-prettier": "^2.2.0",
    "flow-bin": "^0.52.0",
    "flow-copy-source": "^1.1.0",
    "prettier": "^1.5.3",
    "rimraf": "^2.6.1"
  },
  "scripts": {
    "prebuild": "rimraf scripts/*",
    "build:lib": "babel src --ignore \"**/__tests__/*.js\" --out-dir scripts",
    "build:flow": "flow-copy-source -v -i \"**/__tests__/*.js\" src scripts",
    "build": "npm run build:lib && npm run build:flow",
    "prebuild:watch": "rimraf scripts/*",
    "build:watch": "babel src --watch --out-dir scripts"
  },
  "dependencies": {
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-jest": "^20.0.3",
    "babel-loader": "^7.1.1",
    "babel-preset-spust": "^1.1.1",
    "babel-runtime": "^6.25.0",
    "babili-webpack-plugin": "^0.1.2",
    "caniuse-db": "^1.0.30000712",
    "case-sensitive-paths-webpack-plugin": "^2.1.1",
    "chalk": "^1.1.3",
    "compression-webpack-plugin": "^1.0.0",
    "cross-spawn": "^5.1.0",
    "css-loader": "^0.28.4",
    "dotenv": "^4.0.0",
    "eslint": "^4.4.1",
    "eslint-config-react-app": "^2.0.0",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-flowtype": "^2.35.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.2.1",
    "extract-text-webpack-plugin": "^3.0.0",
    "file-loader": "^0.11.2",
    "http-proxy-middleware": "^0.17.4",
    "jest": "^20.0.4",
    "json-loader": "^0.5.7",
    "mkdirp": "^0.5.1",
    "ms": "^2.0.0",
    "mz": "^2.6.0",
    "netstats": "^0.0.5",
    "node-fetch": "^1.7.2",
    "object-assign": "^4.1.1",
    "postcss-cssnext": "^3.0.2",
    "postcss-flexbugs-fixes": "^3.2.0",
    "postcss-import": "^10.0.0",
    "postcss-loader": "^2.0.6",
    "postcss-nested": "^2.1.2",
    "progress": "^2.0.0",
    "promise": "^7.2.0",
    "react-dev-utils": "^3.1.1",
    "react-error-overlay": "^1.0.10",
    "selective-whitespace": "^1.0.4",
    "source-map-support": "^0.4.15",
    "style-loader": "^0.18.2",
    "terminate": "^2.1.0",
    "toposort": "^1.0.3",
    "url-loader": "^0.5.9",
    "webpack": "^3.5.4",
    "webpack-dev-server": "^2.7.1",
    "webpack-node-externals": "^1.6.0",
    "whatwg-fetch": "^2.0.3"
  },
  "peerDependencies": {
    "babel-plugin-import-inspector": ">=2.0.0 <3.0",
    "babel-plugin-styled-components": "^1.1.4",
    "import-inspector": ">=2.0.0 <3.0",
    "offline-plugin": ">=4.8.1 <5.0",
    "react-loadable": ">=4.0.0 <5.0",
    "styled-components": ">=2.0.0 <3.0"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=8.0"
  }
}
