mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 02:59:01 +08:00
af65d91ce4
- tiptap-commands@1.16.0 - tiptap-extensions@1.34.0 - tiptap-utils@1.12.0 - tiptap@1.31.0
33 lines
819 B
JSON
33 lines
819 B
JSON
{
|
|
"name": "tiptap-commands",
|
|
"version": "1.16.0",
|
|
"description": "Commands for tiptap",
|
|
"homepage": "https://tiptap.dev",
|
|
"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/ueberdosis/tiptap.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ueberdosis/tiptap/issues"
|
|
},
|
|
"dependencies": {
|
|
"prosemirror-commands": "^1.1.4",
|
|
"prosemirror-inputrules": "^1.1.2",
|
|
"prosemirror-model": "^1.13.1",
|
|
"prosemirror-schema-list": "^1.1.4",
|
|
"prosemirror-state": "^1.3.3",
|
|
"prosemirror-tables": "^1.1.1",
|
|
"prosemirror-utils": "^0.9.6",
|
|
"tiptap-utils": "^1.12.0"
|
|
}
|
|
}
|