{
  "name": "vue-wordpress-plugin",
  "version": "0.0.3",
  "description": "A starting point for using VueJS in WordPress plugins. This is designed to be hacked and changed.",
  "dependencies": {
    "axios": "^0.20.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-syntax-async-functions": "^6.13.0",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "css-loader": "^0.28.7",
    "extract-text-webpack-plugin": "^3.0.2",
    "vue": "^2.5.5",
    "vue-loader": "^13.5.0",
    "vue-resource": "^1.3.4",
    "vue-router": "^3.4.9",
    "vue-select": "^3.11.2",
    "vue-smooth-height": "^1.6.4",
    "vue-template-compiler": "^2.5.5",
    "vuex": "^3.6.0",
    "webpack": "^3.8.1",
    "webpack-cleanup-plugin": "^0.5.1",
    "webpack-merge": "^5.8.0"
  },
  "devDependencies": {
    "cross-env": "^7.0.3"
  },
  "scripts": {
    "build:local": "webpack",
    "build": "webpack --config ./build/webpack.prod.js",
    "dev": "webpack --config ./build/webpack.base.js --watch"
  },
  "author": "",
  "license": "ISC"
}
