mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
2a64dda01d
- @tiptap/core@2.0.0-beta.15 - @tiptap/extension-dropcursor@2.0.0-beta.2 - @tiptap/extension-mention@2.0.0-beta.15 - @tiptap/extension-placeholder@2.0.0-beta.4 - @tiptap/extension-task-item@2.0.0-beta.2 - @tiptap/html@2.0.0-beta.15 - @tiptap/starter-kit@2.0.0-beta.10 - @tiptap/suggestion@2.0.0-beta.15 - @tiptap/vue-3@2.0.0-beta.16 - @tiptap/vue-starter-kit@2.0.0-beta.14
30 lines
706 B
JSON
30 lines
706 B
JSON
{
|
|
"name": "@tiptap/html",
|
|
"description": "utility package to render tiptap JSON as HTML",
|
|
"version": "2.0.0-beta.15",
|
|
"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",
|
|
"unpkg": "dist/tiptap-html.bundle.umd.min.js",
|
|
"types": "dist/packages/html/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@tiptap/core": "^2.0.0-beta.15",
|
|
"hostic-dom": "^0.8.6",
|
|
"prosemirror-model": "^1.14.0"
|
|
}
|
|
}
|