{
  "name": "vueperslides",
  "version": "2.16.0",
  "description": "A touch ready and responsive slideshow for Vue and Vue 3.",
  "author": "Antoni Andre <antoniandre.web@gmail.com>",
  "homepage": "https://antoniandre.github.io/vueper-slides",
  "repository": "https://github.com/antoniandre/vueper-slides",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antoniandre",
  "main": "dist/vueperslides.common.js",
  "unpkg": "dist/vueperslides.umd.min.js",
  "jsdelivr": "dist/vueperslides.umd.min.js",
  "files": [
    "dist/"
  ],
  "keywords": [
    "carousel",
    "slideshow",
    "vue",
    "vue3",
    "vuejs",
    "ui"
  ],
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "build-bundle": "vue-cli-service build --target lib --name vueperslides ./src/components/vueperslides/index.js --dest ./dist && rm ./dist/demo.html"
  },
  "devDependencies": {
    "@fortawesome/fontawesome-free": "^5.15.3",
    "@vue/cli-plugin-babel": "^4.5.13",
    "@vue/cli-plugin-eslint": "^4.5.13",
    "@vue/cli-service": "^4.5.13",
    "@vue/eslint-config-standard": "^5.1.2",
    "babel-eslint": "^10.1.0",
    "core-js": "^3.15.1",
    "eslint": "^7.29.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.3.1",
    "eslint-plugin-standard": "^4.1.0",
    "eslint-plugin-vue": "^6.2.2",
    "pug": "^3.0.2",
    "pug-plain-loader": "^1.1.0",
    "regenerator-runtime": "^0.13.7",
    "sass": "^1.35.1",
    "sass-loader": "^10.2.0",
    "simple-syntax-highlighter": "^1.4.8",
    "vue": "^2.6.14",
    "vue-router": "^3.5.2",
    "vue-scrollto": "^2.20.0",
    "vue-template-compiler": "^2.6.14",
    "wave-ui": "^1.37.1"
  },
  "peerDependencies": {
    "vue": "^2.6.14 || ^3.2.0"
  }
}
