{
  "name": "ql-editor",
  "version": "0.1.6",
  "description": "富文本编辑器",
  "main": "ql-editor.es.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aesoper101/ql-editor.git"
  },
  "keywords": [
    "editor",
    "rich editor",
    "富文本编辑器",
    "仿金山富文本编辑器"
  ],
  "author": "aesoper",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aesoper101/ql-editor/issues"
  },
  "homepage": "https://github.com/aesoper101/ql-editor#readme",
  "dependencies": {
    "@aesoper/normal-utils": "^0.1.4",
    "@juggle/resize-observer": "^3.2.0",
    "@popperjs/core": "^2.8.2",
    "core-js": "^3.6.5",
    "deep-equal": "^2.0.5",
    "hotkeys-js": "^3.8.3",
    "lodash": "^4.17.21",
    "mime": "^2.5.2",
    "parchment": "^2.0.0-dev.2",
    "quill": "^2.0.0-dev.4",
    "quill-delta": "^4.2.2",
    "tinycolor2": "^1.4.2",
    "vue": "^3.2.1",
    "vue-class-component": "^8.0.0-rc.1",
    "vue-router": "^4.0.10"
  }
}
