mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-16 03:39:00 +08:00
118e7ebd00
- tiptap-commands@1.4.0 - tiptap-extensions@1.8.0 - tiptap-utils@1.1.1 - tiptap@1.8.0
30 lines
711 B
JSON
30 lines
711 B
JSON
{
|
|
"name": "tiptap-commands",
|
|
"version": "1.4.0",
|
|
"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.1",
|
|
"prosemirror-schema-list": "^1.0.1",
|
|
"prosemirror-state": "^1.2.2",
|
|
"tiptap-utils": "^1.1.1"
|
|
}
|
|
}
|