{
  "name": "rx-tiptap",
  "version": "1.0.14",
  "description": "A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js",
  "author": "yn",
  "scripts": {
    "dev": "vite",
    "demo:preview": "vite preview",
    "build:demo": "VITE_BUILD_TARGET=demo vite build",
    "build:lib": "vite build"
  },
  "main": "./lib/rx-tiptap.umd.js",
  "module": "./lib/rx-tiptap.es.js",
  "files": [
    "lib/*"
  ],
  "types": "./lib/index.d.ts",
  "dependencies": {
    "@hocuspocus/provider": "^2.13.5",
    "@mdi/font": "^7.4.47",
    "@tiptap/core": "^2.3.0",
    "@tiptap/extension-bubble-menu": "^2.5.5",
    "@tiptap/extension-bullet-list": "^2.3.0",
    "@tiptap/extension-character-count": "^2.3.0",
    "@tiptap/extension-code-block": "^2.3.0",
    "@tiptap/extension-code-block-lowlight": "^2.3.0",
    "@tiptap/extension-collaboration": "^2.3.0",
    "@tiptap/extension-collaboration-cursor": "^2.3.0",
    "@tiptap/extension-color": "^2.3.0",
    "@tiptap/extension-document": "^2.3.0",
    "@tiptap/extension-dropcursor": "^2.3.0",
    "@tiptap/extension-floating-menu": "^2.5.5",
    "@tiptap/extension-focus": "^2.3.0",
    "@tiptap/extension-font-family": "^2.3.0",
    "@tiptap/extension-heading": "^2.3.0",
    "@tiptap/extension-highlight": "^2.3.0",
    "@tiptap/extension-horizontal-rule": "^2.3.0",
    "@tiptap/extension-image": "^2.3.0",
    "@tiptap/extension-link": "^2.3.0",
    "@tiptap/extension-ordered-list": "^2.3.0",
    "@tiptap/extension-paragraph": "^2.3.0",
    "@tiptap/extension-placeholder": "^2.3.0",
    "@tiptap/extension-subscript": "^2.3.0",
    "@tiptap/extension-superscript": "^2.3.0",
    "@tiptap/extension-table": "^2.3.0",
    "@tiptap/extension-table-header": "^2.3.0",
    "@tiptap/extension-table-row": "^2.3.0",
    "@tiptap/extension-task-item": "^2.3.0",
    "@tiptap/extension-task-list": "^2.3.0",
    "@tiptap/extension-text-align": "^2.3.0",
    "@tiptap/extension-text-style": "^2.3.0",
    "@tiptap/extension-typography": "^2.3.0",
    "@tiptap/extension-underline": "^2.3.0",
    "@tiptap/pm": "^2.3.0",
    "@tiptap/starter-kit": "^2.3.0",
    "@tiptap/suggestion": "^2.3.0",
    "katex": "^0.16.11",
    "lowlight": "2.9.0",
    "mathlive": "^0.101.0",
    "sortablejs": "^1.15.2",
    "tailwind-merge": "^2.4.0",
    "tailwindcss": "^3.4.6",
    "tailwindcss-animate": "^1.0.7",
    "tippy.js": "^6.3.7",
    "y-webrtc": "^10.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "@tailwindcss/typography": "^0.5.13",
    "@vitejs/plugin-vue": "^2.1.0",
    "@vue/cli-plugin-babel": "~4.4.1",
    "@vue/compiler-sfc": "^3.2.37",
    "ali-oss": "^6.20.0",
    "autoprefixer": "^10.4.7",
    "babel-eslint": "^10.0.3",
    "clsx": "^2.1.1",
    "element-plus": "^2.2.8",
    "lint-staged": "^10.0.8",
    "lowlight": "^3.1.0",
    "mitt": "^3.0.1",
    "postcss-nested": "^5.0.6",
    "postcss-preset-env": "^6.7.0",
    "rollup-plugin-copy": "^3.4.0",
    "sass": "^1.53.0",
    "tailwind-merge": "^2.4.0",
    "typescript": "5.1.6",
    "unplugin-element-plus": "^0.4.1",
    "uuid": "^10.0.0",
    "vite": "^2.9.13",
    "vite-plugin-dts": "^1.2.1",
    "vite-plugin-vue2": "^1.9.2",
    "vite-svg-loader": "^3.1.2",
    "vue": "^3.2.29",
    "vue-router": "^4.0.12",
    "vue-tippy": "^6.4.4",
    "y-prosemirror": "^1.2.9",
    "y-protocols": "^1.0.6",
    "yjs": "^13.6.18"
  },
  "peerDependencies": {
    "element-plus": ">= 2.0.0",
    "vue": ">= 3.0.0"
  },
  "resolutions": {},
  "bugs": {
    "url": "https://github.com/Leecason/element-tiptap/issues"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "homepage": "https://github.com/Leecason/element-tiptapr#readme",
  "keywords": [
    "editor",
    "wysiwyg",
    "vue3",
    "vue",
    "tiptap",
    "prosemirror",
    "element",
    "element-ui",
    "element-plus"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,vue}": [
      "yarn lint",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Leecason/element-tiptap.git"
  }
}
