{
  "name": "bootstrap-webpack-jquery-boilerplate",
  "license": "MIT",
  "author": "xxhomey19",
  "homepage": "https://xxhomey19.github.io/bootstrap-webpack-jquery-boilerplate/",
  "repository": {
    "type": "git",
    "url": "https://github.com/xxhomey19/bootstrap-webpack-jquery-boilerplate/tree/master"
  },
  "bugs": {
    "url": "https://github.com/xxhomey19/bootstrap-webpack-jquery-boilerplate/issues"
  },
  "version": "1.2.1",
  "main": "index.js",
  "scripts": {
    "build": "webpack -p --progress --mode production --config webpack.config.js",
    "precommit": "lint-staged",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d dist",
    "dev": "cross-env NODE_ENV=dev webpack-dev-server --progress --open --mode development --config webpack.config.js",
    "lint": "eslint src",
    "lint:fix": "npm run lint -- --fix"
  },
  "dependencies": {
    "bootstrap": "^4.1.1",
    "jquery": "^3.3.1",
    "popper.js": "^1.14.3"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.7.0",
    "clean-webpack-plugin": "^0.1.19",
    "copy-webpack-plugin": "^4.5.1",
    "cross-env": "^5.1.6",
    "css-loader": "^0.28.11",
    "eslint": "^4.19.1",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-babel": "^5.1.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jquery": "^1.3.1",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-prettier": "^2.6.0",
    "eslint-plugin-react": "^7.8.2",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "gh-pages": "^1.2.0",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^3.0.7",
    "husky": "^0.14.3",
    "image-webpack-loader": "^4.3.0",
    "install": "^0.11.0",
    "lint-staged": "^7.1.3",
    "node-sass": "^4.9.0",
    "prettier": "^1.13.4",
    "prettier-package-json": "^1.6.0",
    "sass-loader": "^7.0.2",
    "style-loader": "^0.21.0",
    "url-loader": "^1.0.1",
    "webpack": "^4.10.2",
    "webpack-cli": "^3.0.1",
    "webpack-dev-server": "^3.1.4"
  },
  "lint-staged": {
    "package.json": [
      "prettier-package-json --write",
      "git add"
    ],
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  }
}
