mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-05 04:19:07 +08:00
903220b86b
- @tiptap/core@2.0.0-beta.99 - @tiptap/extension-bubble-menu@2.0.0-beta.29 - @tiptap/extension-code-block-lowlight@2.0.0-beta.34 - @tiptap/extension-floating-menu@2.0.0-beta.23 - @tiptap/extension-focus@2.0.0-beta.23 - @tiptap/extension-mention@2.0.0-beta.67 - @tiptap/extension-placeholder@2.0.0-beta.27 - @tiptap/extension-table@2.0.0-beta.28 - @tiptap/html@2.0.0-beta.98 - @tiptap/react@2.0.0-beta.60 - @tiptap/starter-kit@2.0.0-beta.97 - @tiptap/suggestion@2.0.0-beta.65 - @tiptap/vue-2@2.0.0-beta.46 - @tiptap/vue-3@2.0.0-beta.52
34 lines
783 B
JSON
34 lines
783 B
JSON
{
|
|
"name": "@tiptap/html",
|
|
"description": "utility package to render tiptap JSON as HTML",
|
|
"version": "2.0.0-beta.98",
|
|
"homepage": "https://tiptap.dev",
|
|
"keywords": [
|
|
"tiptap",
|
|
"tiptap utility"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
},
|
|
"main": "dist/tiptap-html.cjs.js",
|
|
"umd": "dist/tiptap-html.umd.js",
|
|
"module": "dist/tiptap-html.esm.js",
|
|
"types": "dist/packages/html/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.99",
|
|
"hostic-dom": "^0.8.7",
|
|
"prosemirror-model": "^1.14.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/html"
|
|
}
|
|
}
|