{
  "name": "wp-distraction-free-view",
  "version": "1.4.2",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "npm install && npm run watch",
    "dev": "cross-env NODE_ENV=development webpack",
    "production": "cross-env NODE_ENV=production webpack",
    "build": "npm run production",
    "watch": "cross-env webpack --watch",
    "lint": "npm run lint:js & npm run lint:scss",
    "lint:js": "eslint assets/src/**/*.js blocks/**/*.js",
    "lint:scss": "stylelint assets/src/**/*.scss",
    "lint:js-fix": "eslint assets/src/**/*.js blocks/**/*.js --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mehul0810/wp-distraction-free-view.git"
  },
  "author": "Mehul Gohil",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mehul0810/wp-distraction-free-view/issues"
  },
  "homepage": "https://github.com/mehul0810/wp-distraction-free-view#readme",
  "devDependencies": {
    "clean-webpack-plugin": "^1.0.0",
    "copy-webpack-plugin": "^4.6.0",
    "cross-env": "^5.2.0",
    "css-loader": "^2.1.0",
    "cssnano": "^4.1.8",
    "cssnano-preset-advanced": "^4.0.6",
    "eslint": "^5.15.3",
    "eslint-config-wordpress": "^2.0.0",
    "eslint-plugin-react": "^7.12.3",
    "expose-loader": "^0.7.5",
    "file-loader": "^3.0.1",
    "imagemin-webpack-plugin": "^2.4.0",
    "mini-css-extract-plugin": "^0.5.0",
    "node-sass": "^4.11.0",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "sass-loader": "^7.1.0",
    "script-loader": "^0.7.2",
    "stylelint": "^9.10.0",
    "stylelint-config-wordpress": "^13.1.0",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "webpack": "^4.28.4",
    "webpack-cli": "^3.3.0",
    "webpack-rtl-plugin": "^2.0.0",
    "wp-pot": "^1.7.0"
  }
}
