{
  "name": "vue-quick-template",
  "version": "1.0.8",
  "private": false,
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "test:e2e": "vue-cli-service test:e2e",
    "test:unit": "vue-cli-service test:unit",
    "cov": "vue-cli-service test:unit && codecov -t 8745803a-9b0b-4ce4-8e3c-d3e3777b0d15",
    "cov2": "jest --coverage",
    "push": "git checkout master && git add * && git commit -am 'deploy-minor-fixes' && git push origin master",
    "deploy-surge": "yarn build && git add * && git commit -am 'deploy-surge-minor-fixes' && git push origin master && surge -d vqt.surge.sh dist",
    "deploy-github": "yarn build && cd dist && git init && git add -A && git commit -am 'deploy-git-minor-fixes' && git push -f https://github.com/loitd/vue-quick-template.git master:gh-pages"
  },
  "dependencies": {
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@fortawesome/fontawesome-svg-core": "^1.2.6",
    "@fortawesome/free-solid-svg-icons": "^5.4.1",
    "@fortawesome/vue-fontawesome": "^0.1.1",
    "bootstrap-vue": "^2.0.0-rc.11",
    "chart.js": "^2.7.3",
    "register-service-worker": "^1.5.2",
    "vue": "^2.5.22",
    "vue-chartjs": "^3.4.0",
    "vue-loader": "^15.7.0",
    "vue-router": "^3.0.1",
    "vuex": "^3.0.1",
    "vue-all-auth": "^1.0.17",
    "lutilsjs": "^1.1.2"
  },
  "devDependencies": {
    "@babel/core": "7.3.3",
    "@babel/polyfill": "^7.0.0-beta.53",
    "@babel/preset-env": "^7.3.1",
    "@fortawesome/free-brands-svg-icons": "^5.7.2",
    "@vue/cli-plugin-babel": "^3.4.0",
    "@vue/cli-plugin-e2e-nightwatch": "^3.4.0",
    "@vue/cli-plugin-eslint": "^3.4.0",
    "@vue/cli-plugin-pwa": "^3.4.0",
    "@vue/cli-plugin-unit-jest": "^3.4.0",
    "@vue/cli-service": "^3.4.0",
    "@vue/eslint-config-prettier": "^4.0.1",
    "@vue/test-utils": "^1.0.0-beta.20",
    "axios": "^0.18.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "codecov": "^3.2.0",
    "eslint": "^5.8.0",
    "eslint-plugin-vue": "^5.0.0",
    "eventemitter3": "^3.1.0",
    "ncp": "^2.0.0",
    "node-sass": "^4.9.0",
    "sass-loader": "^7.1.0",
    "vue-all-auth": "^1.0.16",
    "vue-axios": "^2.1.4",
    "vue-cli-plugin-axios": "^0.0.4",
    "vue-cli-plugin-bootstrap-vue": "^0.1.0",
    "vue-cli-plugin-fontawesome": "^0.1.0",
    "vue-google-oauth": "^1.0.5",
    "vue-template-compiler": "^2.5.21"
  },
  "homepage": "http://oraerr.com",
  "keywords": [
    "vue",
    "vuex",
    "vue-router",
    "fontawesome",
    "vuejs",
    "template",
    "quick",
    "starter",
    "bootstrap",
    "bootstrap 5",
    "responsive",
    "pwa",
    "continous deployment",
    "continous integration"
  ],
  "license": "CC-BY-NC-SA-4.0",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/loitd/vue-quick-template"
  },
  "description": "All setup/plugins/configurations for quick and handy start with Vue",
  "author": {
    "name": "Leo Tran",
    "email": "loitranduc@gmail.com",
    "web": "http://twitter.com/loitranduc"
  }
}
