2020-09-04 19:44:27 +08:00
|
|
|
{
|
|
|
|
"name": "@tiptap/html",
|
2020-11-27 21:58:28 +08:00
|
|
|
"description": "utility package to render tiptap JSON as HTML",
|
2022-11-25 22:27:27 +08:00
|
|
|
"version": "2.0.0-beta.204",
|
2020-11-16 22:15:26 +08:00
|
|
|
"homepage": "https://tiptap.dev",
|
2020-11-17 05:40:37 +08:00
|
|
|
"keywords": [
|
|
|
|
"tiptap",
|
|
|
|
"tiptap utility"
|
|
|
|
],
|
2020-11-16 22:15:26 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"funding": {
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/ueberdosis"
|
|
|
|
},
|
2022-11-24 23:06:42 +08:00
|
|
|
"main": "dist/tiptap-html.cjs",
|
2020-11-10 16:21:47 +08:00
|
|
|
"umd": "dist/tiptap-html.umd.js",
|
2022-11-25 22:26:42 +08:00
|
|
|
"module": "dist/tiptap-html.esm.js",
|
2020-11-17 06:14:09 +08:00
|
|
|
"types": "dist/packages/html/src/index.d.ts",
|
2020-09-04 19:44:27 +08:00
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2022-11-25 22:27:27 +08:00
|
|
|
"@tiptap/core": "^2.0.0-beta.204",
|
2022-09-26 20:56:14 +08:00
|
|
|
"prosemirror-model": "^1.18.1",
|
2021-12-03 04:06:13 +08:00
|
|
|
"zeed-dom": "^0.9.19"
|
2021-07-22 21:42:45 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ueberdosis/tiptap",
|
|
|
|
"directory": "packages/html"
|
2020-09-04 19:44:27 +08:00
|
|
|
}
|
|
|
|
}
|