mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-21 23:38:01 +08:00
26 lines
600 B
JSON
26 lines
600 B
JSON
{
|
|
"name": "@tiptap/html",
|
|
"version": "1.0.0",
|
|
"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/html/src/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@tiptap/core": "2.x",
|
|
"hostic-dom": "^0.8.5",
|
|
"prosemirror-model": "^1.12.0"
|
|
}
|
|
}
|