2018-08-23 16:33:49 +08:00
|
|
|
{
|
|
|
|
"name": "tiptap-commands",
|
2020-07-29 02:21:00 +08:00
|
|
|
"version": "1.14.3",
|
2018-08-23 16:33:49 +08:00
|
|
|
"description": "Commands for tiptap",
|
2020-07-13 22:43:55 +08:00
|
|
|
"homepage": "https://tiptap.dev",
|
2018-08-23 16:33:49 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "dist/commands.common.js",
|
|
|
|
"module": "dist/commands.esm.js",
|
|
|
|
"unpkg": "dist/commands.js",
|
|
|
|
"jsdelivr": "dist/commands.js",
|
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
2018-08-23 16:49:01 +08:00
|
|
|
],
|
|
|
|
"repository": {
|
2018-08-23 16:33:49 +08:00
|
|
|
"type": "git",
|
2020-07-13 23:08:17 +08:00
|
|
|
"url": "git+https://github.com/ueberdosis/tiptap.git"
|
2018-08-23 16:33:49 +08:00
|
|
|
},
|
|
|
|
"bugs": {
|
2020-07-13 23:08:17 +08:00
|
|
|
"url": "https://github.com/ueberdosis/tiptap/issues"
|
2018-08-23 16:33:49 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-07-08 15:17:15 +08:00
|
|
|
"prosemirror-commands": "^1.1.4",
|
|
|
|
"prosemirror-inputrules": "^1.1.2",
|
2020-08-07 20:36:39 +08:00
|
|
|
"prosemirror-model": "^1.11.0",
|
|
|
|
"prosemirror-schema-list": "^1.1.3",
|
2020-07-08 15:17:15 +08:00
|
|
|
"prosemirror-state": "^1.3.3",
|
2020-08-07 20:36:39 +08:00
|
|
|
"prosemirror-tables": "^1.1.1",
|
2020-07-08 15:17:15 +08:00
|
|
|
"prosemirror-utils": "^0.9.6",
|
2020-07-29 02:21:00 +08:00
|
|
|
"tiptap-utils": "^1.10.3"
|
2018-08-23 16:33:49 +08:00
|
|
|
}
|
|
|
|
}
|