mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 02:59:01 +08:00
a49a6314d7
- tiptap-commands@1.10.1 - tiptap-extensions@1.19.1 - tiptap-utils@1.5.1 - tiptap@1.19.1
31 lines
747 B
JSON
31 lines
747 B
JSON
{
|
|
"name": "tiptap-commands",
|
|
"version": "1.10.1",
|
|
"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.7",
|
|
"prosemirror-inputrules": "^1.0.2",
|
|
"prosemirror-model": "^1.7.0",
|
|
"prosemirror-schema-list": "^1.0.3",
|
|
"prosemirror-state": "^1.2.3",
|
|
"tiptap-utils": "^1.5.1"
|
|
}
|
|
}
|