mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
1789af864f
- @tiptap/core@2.0.0-beta.176 - @tiptap/extension-link@2.0.0-beta.38 - @tiptap/extension-mention@2.0.0-beta.97 - @tiptap/extension-table@2.0.0-beta.49 - @tiptap/html@2.0.0-beta.175 - @tiptap/starter-kit@2.0.0-beta.185 - @tiptap/suggestion@2.0.0-beta.92 - @tiptap/vue-2@2.0.0-beta.79
34 lines
784 B
JSON
34 lines
784 B
JSON
{
|
|
"name": "@tiptap/html",
|
|
"description": "utility package to render tiptap JSON as HTML",
|
|
"version": "2.0.0-beta.175",
|
|
"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.176",
|
|
"prosemirror-model": "^1.16.1",
|
|
"zeed-dom": "^0.9.19"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
"directory": "packages/html"
|
|
}
|
|
}
|