{
  "name": "image-ipreview",
  "version": "2.1.0",
  "private": false,
  "author": "xc",
  "description": "A image preview plugin for Vue.js.",
  "main": "lib/image-ipreview.umd.min.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "build:lib": "vue-cli-service build --target lib --name image-ipreview --dest lib ./src/index.js"
  },
  "dependencies": {
    "core-js": "^3.6.5",
    "vue": "^2.6.12"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/huanganfree/image-ipreview"
  },
  "keywords": [
    "image",
    "photo",
    "photo-preview",
    "preview",
    "图片预览"
  ],
  "devDependencies": {
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
    "babel-eslint": "^10.1.0",
    "chalk": "^4.1.2",
    "eslint": "^6.8.0",
    "eslint-config-elemefe": "^0.3.0",
    "eslint-plugin-vue": "^6.2.2",
    "husky": "^4.2.3",
    "less": "^3.9.0",
    "less-loader": "^4.1.0",
    "lint-staged": "^12.3.3",
    "vue-template-compiler": "^2.6.11"
  },
  "license": "MIT",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "FORCE_COLOR=1 node scripts/check-commitMsg.js"
    }
  },
  "lint-staged": {
    "src/**/*.{js,vue}": [
      "eslint --fix"
    ]
  }
}
