{
  "name": "vue-slick-carousel",
  "version": "1.0.6",
  "description": "Vue Slick Carousel with True SSR Written for Faster Luxstay",
  "keywords": [
    "vue",
    "slick",
    "carousel",
    "slider",
    "ssr",
    "pwa",
    "nuxt"
  ],
  "homepage": "https://gs-shop.github.io/vue-slick-carousel/",
  "bugs": {
    "url": "https://github.com/gs-shop/vue-slick-carousel/issues"
  },
  "license": "MIT",
  "author": "KyuWoo Choi <kyuwoo.choi@gmail.com> (https://kyu.io/)",
  "repository": {
    "type": "git",
    "url": "https://github.com/gs-shop/vue-slick-carousel.git"
  },
  "scripts": {
    "serve": "vue-cli-service serve --open",
    "build": "vue-cli-service build --target lib ./src/VueSlickCarousel.vue",
    "build:demo": "vue-cli-service build --dest gh-pages && gh-pages -d gh-pages",
    "lint": "vue-cli-service lint",
    "test:e2e": "vue-cli-service test:e2e",
    "test:unit": "vue-cli-service test:unit",
    "test:unit:watch": "vue-cli-service test:unit --watch",
    "release": "semantic-release --no-ci"
  },
  "main": "dist/vue-slick-carousel.umd.js",
  "dependencies": {
    "enquire.js": "2.1.6",
    "json2mq": "0.2.0",
    "lodash.assign": "^4.2.0",
    "lodash.debounce": "^4.0.8",
    "lodash.get": "^4.4.2",
    "lodash.pick": "^4.4.0",
    "resize-observer-polyfill": "1.5.1",
    "vue": "^2.6.10"
  },
  "devDependencies": {
    "@fortawesome/fontawesome-free": "^5.11.2",
    "@vue/cli-plugin-babel": "^4.0.0",
    "@vue/cli-plugin-e2e-cypress": "^4.0.0",
    "@vue/cli-plugin-eslint": "^4.0.0",
    "@vue/cli-plugin-unit-jest": "^4.0.0",
    "@vue/cli-service": "^4.0.0",
    "@vue/eslint-config-prettier": "^5.0.0",
    "@vue/test-utils": "^1.0.0-beta.29",
    "babel-eslint": "^10.0.3",
    "eslint": "^5.16.0",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-vue": "^5.0.0",
    "fast-check": "^1.19.0",
    "gh-pages": "^2.1.1",
    "github-markdown-css": "^3.0.1",
    "html-loader": "^0.5.5",
    "html-to-react": "^1.4.2",
    "jsdom": "^15.2.1",
    "markdown-loader": "^5.1.0",
    "node-sass": "^4.12.0",
    "prettier": "^1.18.2",
    "prettydiff": "^101.2.6",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-slick": "^0.25.2",
    "sass": "^1.19.0",
    "sass-loader": "^8.0.0",
    "semantic-release": "^17.0.4",
    "semantic-release-gitmoji": "^1.3.3",
    "strip-html-comments": "^1.0.0",
    "vue-cli-plugin-vuetify": "^2.0.2",
    "vue-fragment": "^1.5.1",
    "vue-prismjs": "^1.2.0",
    "vue-router": "^3.1.3",
    "vue-server-renderer": "^2.6.10",
    "vue-template-compiler": "^2.6.10",
    "vuetify": "^2.1.12",
    "vuetify-loader": "^1.3.0"
  },
  "bit": {
    "env": {
      "compiler": "bit.envs/bundlers/vue@2.6.18"
    },
    "componentsDefaultDirectory": "components/{name}",
    "packageManager": "yarn",
    "dist": {
      "target": "dist/bit"
    },
    "overrides": {
      "vue-slick-carousel-theme": {
        "env": {
          "compiler": "-"
        }
      }
    }
  }
}
