{
  "name": "vue-decameron",
  "version": "1.0.1",
  "private": false,
  "description": "Complement of integration of vue",
  "main": "dist/js/index.js",
  "scripts": {
    "dev": "npm run development",
    "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
    "watch": "npm run development -- --watch",
    "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
    "prod": "npm run production",
    "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
    "lint": "eslint --ext .js,.vue resources/js/",
    "lint-autofix": "eslint --ext .js,.vue resources/js/ --fix",
    "precommit": "npm run lint",
    "prepush": "npm run lint-autofix"
  },
  "keywords": [],
  "author": "Miguel Angel Ortiz",
  "license": "ISC",
  "devDependencies": {
    "clean-webpack-plugin": "^3.0.0",
    "cross-env": "^5.2.0",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.2.2",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^2.3.0",
    "laravel-mix": "^4.0.15",
    "laravel-mix-alias": "^1.0.1",
    "resolve-url-loader": "2.3.1",
    "sass": "^1.20.1",
    "sass-loader": "7.*",
    "vue-template-compiler": "^2.6.10",
    "webpack-livereload-plugin": "1"
  },
  "dependencies": {
    "lodash": "^4.17.11",
    "vee-validate": "^2.2.9",
    "vue": "^2.6.10",
    "vue-loading-overlay": "^3.2.0",
    "vue-multilanguage": "^4.0.8",
    "vue-sweetalert2": "^2.0.5"
  }
}
