{
  "name": "vue-photo-zoom-pro",
  "description": "Vue picture magnifier",
  "main": "dist/vue-photo-zoom-pro.js",
  "module": "dist/vue-photo-zoom-pro.esm.js",
  "unpkg": "dist/vue-photo-zoom-pro.global.js",
  "jsdelivr": "dist/vue-photo-zoom-pro.global.js",
  "version": "3.0.1",
  "author": "xhb <bxh8640@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:mater1996/vue-photo-zoom-pro.git"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "dev": "node scripts/dev.js",
    "build": "node scripts/build.js",
    "release": "npm run build && release-it",
    "serve": "serve",
    "prepare": "husky install",
    "lint:fix": "npx eslint --fix . --ext .js,.vue",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "lint-staged": {
    "*.{js,vue}": [
      "npm run lint:fix"
    ]
  },
  "dependencies": {
    "core-js": "^3.0.0"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@rollup/plugin-alias": "^3.1.5",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-eslint": "^8.0.1",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@rollup/plugin-replace": "^3.0.0",
    "@vue/compiler-sfc": "^3.1.5",
    "@vue/eslint-config-standard": "^6.1.0",
    "autoprefixer": "^9.0.0",
    "babel-eslint": "^10.1.0",
    "commitizen": "^4.2.4",
    "core-js": "^3.0.0",
    "eslint": "^7.32.0",
    "eslint-plugin-cypress": "^2.11.3",
    "eslint-plugin-import": "^2.24.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^5.0.0",
    "eslint-plugin-vue": "^7.15.1",
    "execa": "^5.1.1",
    "husky": "^7.0.1",
    "lint-staged": "^11.1.2",
    "postcss": "^8.3.9",
    "release-it": "^14.11.5",
    "rollup": "^2.56.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-vue": "^6.0.0",
    "serve": "^12.0.0",
    "vue": "^3.2.45",
    "vuepress": "^1.9.7"
  },
  "keywords": [
    "vue",
    "photo zoom",
    "magnifying glass",
    "magnifier",
    "zoom"
  ]
}
