| {
  "name": "wpemailer",
  "version": "0.0.1",
  "description": "A WordPress plugin using Vue JS library to work with email settings",
  "main": "src/main.js",
  "scripts": {
    "dev": "WEBPACK_ENV=development webpack --progress --watch --config ./webpack/webpack.config.js",
    "build": "WEBPACK_ENV=production webpack --config ./webpack/webpack.config.js",
    "makepot": "wp i18n make-pot --domain='wp-emailer' --exclude='node_modules,.storybook,src,vendor' . --headers='{\"Last-Translator\":\"[email protected] \",\"Report-Msgid-Bugs-To\":\"https://github.com/ManiruzzamanAkash/wp-emailer/issues\"}' --file-comment=\"Copyright (c) $(date +'%Y') Maniruzzaman Akash. Ltd. All Rights Reserved.\" languages/wp-emailer.pot",
    "lint": "eslint --config .eslintrc.js --ext .js,.vue src",
    "lint-fix": "npm run lint -- --fix",
    "zip": "node build/zip",
    "version": "node build/version-replace",
    "release": "npm run build && npm run version && npm run makepot && npm run zip"
  },
  "author": "",
  "license": "GPL v3 or later",
  "dependencies": {
    "chart.js": "^3.9.1",
    "vue": "^3.2.41",
    "vue-chartjs": "^4.1.2",
    "vue-router": "^4.1.5",
    "vuex": "^4.0.2"
  },
  "devDependencies": {
    "@wordpress/eslint-plugin": "^13.4.0",
    "@wordpress/hooks": "^3.20.0",
    "@wordpress/i18n": "^4.20.0",
    "babel-loader": "^8.2.5",
    "browser-sync-webpack-plugin": "^2.3.0",
    "css-loader": "^6.7.1",
    "css-minimizer-webpack-plugin": "^4.2.2",
    "debounce": "^1.2.1",
    "eslint": "^8.26.0",
    "eslint-config-wordpress": "^2.0.0",
    "eslint-plugin-vue": "^9.6.0",
    "mini-css-extract-plugin": "^2.6.1",
    "replace-in-file": "^6.3.5",
    "sass": "^1.55.0",
    "sass-loader": "^13.1.0",
    "serialize-javascript": "^6.0.0",
    "style-loader": "^3.3.1",
    "vue-loader": "^17.0.0",
    "vue-style-loader": "^4.1.3",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  }
}
 |