mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-05 04:19:07 +08:00
2ef23d3003
- tiptap-commands@0.1.1 - tiptap-utils@0.2.1 - tiptap@0.2.1
27 lines
598 B
JSON
27 lines
598 B
JSON
{
|
|
"name": "tiptap-utils",
|
|
"version": "0.2.1",
|
|
"description": "Utility functions for tiptap",
|
|
"homepage": "https://tiptap.scrumpy.io",
|
|
"license": "MIT",
|
|
"main": "dist/utils.common.js",
|
|
"module": "dist/utils.esm.js",
|
|
"unpkg": "dist/utils.js",
|
|
"jsdelivr": "dist/utils.js",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/heyscrumpy/tiptap.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/heyscrumpy/tiptap/issues"
|
|
},
|
|
"dependencies": {
|
|
"prosemirror-tables": "^0.7.6",
|
|
"prosemirror-utils": "^0.6.5"
|
|
}
|
|
}
|