{
  "name": "vue3-infinite-slide-bar",
  "version": "1.0.4",
  "description": "Infinite slide bar component.",
  "main": "src/index.vue",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "webpack --mode development --config webpack.config.development.js --progress --watch",
    "production": "webpack --mode production --config webpack.config.production.js --progress",
    "lint": "eslint src/index.vue",
    "lint:fix": "prettier --write src/index.vue"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/takeokunn/vue3-infinite-slide-bar.git"
  },
  "keywords": [
    "vue",
    "vue3",
    "slider",
    "infinite"
  ],
  "author": "takeokunn<bararararatty@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/takeokunn/vue3-infinite-slide-bar/issues"
  },
  "homepage": "https://github.com/takeokunn/vue3-infinite-slide-bar#readme",
  "dependencies": {
    "vue": "^3.2.37"
  },
  "devDependencies": {
    "@babel/core": "^7.18.10",
    "@babel/preset-env": "^7.18.10",
    "babel-loader": "^8.2.5",
    "css-loader": "^6.7.1",
    "eslint": "^8.21.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-vue": "^9.3.0",
    "prettier": "^2.7.1",
    "vue-loader": "^17.0.0",
    "vue-style-loader": "^4.1.3",
    "vue-template-compiler": "^2.7.8",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  }
}
