mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 19:29:02 +08:00
ed9c60df64
- tiptap-commands@0.2.2 - tiptap-extensions@0.3.1 - tiptap-utils@0.2.3 - tiptap@0.6.1
28 lines
639 B
JSON
28 lines
639 B
JSON
{
|
|
"name": "tiptap-extensions",
|
|
"version": "0.3.1",
|
|
"description": "Extensions for tiptap",
|
|
"homepage": "https://tiptap.scrumpy.io",
|
|
"license": "MIT",
|
|
"main": "dist/extensions.common.js",
|
|
"module": "dist/extensions.esm.js",
|
|
"unpkg": "dist/extensions.js",
|
|
"jsdelivr": "dist/extensions.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-history": "^1.0.2",
|
|
"tiptap": "^0.6.1",
|
|
"tiptap-commands": "^0.2.2"
|
|
}
|
|
}
|