{
  "name": "vue2-editor-table",
  "version": "2.10.6",
  "description": "HTML editor using Vue.js 2, and Quill.js, an open source editor including quill better table",
  "author": {
    "name": "Manish Maharjan",
    "email": "dfrozenthrone@gmail.com"
  },
  "license": "MIT",
  "scripts": {
    "lint": "vue-cli-service lint",
    "build": "BUILD_TYPE=modular vue-cli-service build",
    "build:modular": "BUILD_TYPE=modular vue-cli-service build",
    "demo": "vue-cli-service demo",
    "dev": "vue-cli-service serve",
    "docs": "vue-cli-service docs --mode serve",
    "docs:build": "vue-cli-service docs --mode build",
    "docs:preview": "http-server docs/.vuepress/dist",
    "release": "standard-version && git push --follow-tags && npm publish",
    "release:next": "standard-version --prerelease next && git push --follow-tags origin dev && npm publish --tag next",
    "release:ssr": "standard-version --prerelease ssr && git push --follow-tags origin ssr && npm publish --tag ssr",
    "update:vp": "yarn upgrade vue-cli-plugin-vplugin"
  },
  "standard-version": {
    "scripts": {
      "postbump": "npm run build && git add dist && git commit -m 'chore: new build'"
    },
    "types": [
      {
        "type": "feat",
        "section": "Features"
      },
      {
        "type": "fix",
        "section": "Bug Fixes"
      },
      {
        "type": "chore",
        "hidden": true
      },
      {
        "type": "docs",
        "hidden": true
      },
      {
        "type": "imp",
        "section": "Improvements"
      },
      {
        "type": "style",
        "hidden": true
      },
      {
        "type": "refactor",
        "section": "Refactoring"
      },
      {
        "type": "perf",
        "hidden": true
      },
      {
        "type": "test",
        "hidden": true
      }
    ]
  },
  "main": "dist/vue2-editor-table.common.js",
  "module": "dist/vue2-editor-table.esm.js",
  "unpkg": "dist/vue2-editor-table.umd.min.js",
  "files": [
    "dist",
    "nuxt"
  ],
  "dependencies": {},
  "devDependencies": {
    "@commitlint/cli": "^7.6.1",
    "@commitlint/config-conventional": "^7.6.0",
    "@vue/cli-plugin-babel": "^3.7.0",
    "@vue/cli-plugin-eslint": "^3.7.0",
    "@vue/cli-service": "^3.7.0",
    "@vue/eslint-config-prettier": "^4.0.1",
    "@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
    "axios": "^0.21.1",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.16.0",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-vue": "^5.0.0",
    "highlight.js": "^9.15.6",
    "http-server": "^0.11.1",
    "node-sass": "^4.12.0",
    "querystringify": "^2.1.1",
    "quill": "^2.0.0-dev.3",
    "quill-better-table": "^1.2.10",
    "quill-image-drop-module": "^1.0.3",
    "quill-image-resize-module": "^3.0.0",
    "sass": "^1.21.0",
    "sass-loader": "^7.1.0",
    "standard-version": "^6.0.1",
    "vue": "^2.6.10",
    "vue-cli-plugin-vplugin": "latest",
    "vue-router": "^3.0.6",
    "vue-template-compiler": "^2.5.21",
    "vuepress-plugin-demo-block": "^0.7.2",
    "vuepress-plugin-live": "^1.1.0"
  },
  "peerDependencies": {},
  "eslintIgnore": [
    "/dist",
    "/node_modules",
    "/demo",
    "!.vuepress"
  ],
  "jsdelivr": "dist/vue2-editor-table.umd.min.js",
  "keywords": [
    "vue",
    "vue-component",
    "quill",
    "html editor",
    "text editor"
  ],
  "productName": "Vue2Editor",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mmanishh/vue2-editor"
  },
  "sideeffects": false
}
