mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 19:29:02 +08:00
d5c08c8876
- tiptap-commands@1.10.12 - tiptap-extensions@1.26.1 - tiptap-utils@1.6.1 - tiptap@1.24.1
33 lines
819 B
JSON
33 lines
819 B
JSON
{
|
|
"name": "tiptap-commands",
|
|
"version": "1.10.12",
|
|
"description": "Commands for tiptap",
|
|
"homepage": "https://tiptap.scrumpy.io",
|
|
"license": "MIT",
|
|
"main": "dist/commands.common.js",
|
|
"module": "dist/commands.esm.js",
|
|
"unpkg": "dist/commands.js",
|
|
"jsdelivr": "dist/commands.js",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/scrumpy/tiptap.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/scrumpy/tiptap/issues"
|
|
},
|
|
"dependencies": {
|
|
"prosemirror-commands": "^1.0.8",
|
|
"prosemirror-inputrules": "^1.0.4",
|
|
"prosemirror-model": "^1.7.1",
|
|
"prosemirror-schema-list": "^1.0.3",
|
|
"prosemirror-state": "^1.2.3",
|
|
"prosemirror-tables": "^0.9.1",
|
|
"prosemirror-utils": "^0.9.6",
|
|
"tiptap-utils": "^1.6.1"
|
|
}
|
|
}
|