mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
8844627773
- @tiptap/core@2.0.0-beta.159 - @tiptap/extension-bubble-menu@2.0.0-beta.53 - @tiptap/extension-bullet-list@2.0.0-beta.26 - @tiptap/extension-character-count@2.0.0-beta.24 - @tiptap/extension-code-block-lowlight@2.0.0-beta.62 - @tiptap/extension-code-block@2.0.0-beta.33 - @tiptap/extension-floating-menu@2.0.0-beta.48 - @tiptap/extension-ordered-list@2.0.0-beta.27 - @tiptap/extension-task-list@2.0.0-beta.26 - @tiptap/html@2.0.0-beta.158 - @tiptap/react@2.0.0-beta.102 - @tiptap/starter-kit@2.0.0-beta.164 - @tiptap/vue-2@2.0.0-beta.73 - @tiptap/vue-3@2.0.0-beta.85
42 lines
990 B
JSON
42 lines
990 B
JSON
{
|
|
"name": "@tiptap/vue-3",
|
|
"description": "Vue components for tiptap",
|
|
"version": "2.0.0-beta.85",
|
|
"homepage": "https://tiptap.dev",
|
|
"keywords": [
|
|
"tiptap",
|
|
"tiptap vue components"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
},
|
|
"main": "dist/tiptap-vue-3.cjs.js",
|
|
"umd": "dist/tiptap-vue-3.umd.js",
|
|
"module": "dist/tiptap-vue-3.esm.js",
|
|
"types": "dist/packages/vue-3/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"devDependencies": {
|
|
"vue": "^3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.1",
|
|
"vue": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/extension-bubble-menu": "^2.0.0-beta.53",
|
|
"@tiptap/extension-floating-menu": "^2.0.0-beta.48",
|
|
"prosemirror-state": "^1.3.4",
|
|
"prosemirror-view": "^1.23.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/vue-3"
|
|
}
|
|
}
|