{
  "name": "vintage-nuxt-starter",
  "version": "0.0.9",
  "description": "Athletic events",
  "private": true,
  "config": {
    "nuxt": {
      "host": "0.0.0.0"
    }
  },
  "scripts": {
    "dev": "node app.js",
    "build": "nuxt build",
    "start": "nuxt start",
    "generate": "cross-env IS_GENERATE=true NODE_ENV=development USE_JSON=true nuxt generate",
    "generate_from_api": "cross-env NODE_ENV=development USE_JSON=false nuxt generate",
    "lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
    "lint:css": "stylelint \"./**/*.scss\" \"./**/*.vue\"",
    "lint": "npm run lint:js && npm run lint:css",
    "pm2": "pm2 start ecosystem.config.js"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  },
  "dependencies": {
    "@epegzz/sass-vars-loader": "^4.3.1",
    "@nuxtjs/auth": "^4.8.4",
    "@nuxtjs/axios": "^5.3.6",
    "@nuxtjs/dotenv": "^1.3.0",
    "@nuxtjs/proxy": "^1.3.1",
    "@nuxtjs/style-resources": "^0.1.1",
    "cookie-universal-nuxt": "^2.0.16",
    "ctx-polyfill": "^1.1.4",
    "gsap": "^2.0.2",
    "intersection-observer": "^0.5.1",
    "js-cookie": "^2.2.1",
    "lodash": "^4.17.11",
    "nodemon": "^1.18.9",
    "nuxt": "^2.5.1",
    "object-fit-images": "^3.2.4",
    "request": "^2.88.0",
    "vue-click-outside": "^1.0.7",
    "vue-facebook-login-component": "^1.3.7",
    "vue-facebook-oauth": "^1.0.0",
    "vue-flickity": "^1.1.2",
    "vue-google-oauth2": "^1.4.0",
    "vue-js-modal": "^1.3.28",
    "vue-select": "^3.1.0",
    "vue-slider-component": "^3.0.31",
    "vue-tel-input": "^4.0.0",
    "vue-template-compiler": "2.6.10",
    "vue-the-mask": "^0.11.1",
    "vue2-datepicker": "^2.11.2",
    "vuejs-paginate": "^2.1.0"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "cross-env": "^5.2.0",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-loader": "^2.1.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^4.0.0",
    "husky": "^1.3.1",
    "node-sass": "^4.14.1",
    "node-sass-utils": "^1.1.2",
    "sass-loader": "^7.1.0",
    "sass-vars-to-js-loader": "^2.1.1",
    "stylelint": "^9.10.1",
    "stylelint-config-recess-order": "^2.0.1",
    "stylelint-config-recommended": "^2.1.0",
    "stylelint-config-recommended-scss": "^3.2.0",
    "stylelint-config-standard": "^18.2.0",
    "stylelint-scss": "^3.5.1",
    "stylelint-webpack-plugin": "^0.10.5",
    "vue-style-loader": "^4.1.2",
    "vue-svg-loader": "^0.11.0"
  }
}
