2018-08-23 16:33:49 +08:00
|
|
|
{
|
|
|
|
"name": "tiptap-commands",
|
2019-10-04 19:31:51 +08:00
|
|
|
"version": "1.12.1",
|
2018-08-23 16:33:49 +08:00
|
|
|
"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"
|
2018-08-23 16:49:01 +08:00
|
|
|
],
|
|
|
|
"repository": {
|
2018-08-23 16:33:49 +08:00
|
|
|
"type": "git",
|
2018-12-11 17:44:19 +08:00
|
|
|
"url": "git+https://github.com/scrumpy/tiptap.git"
|
2018-08-23 16:33:49 +08:00
|
|
|
},
|
|
|
|
"bugs": {
|
2018-12-11 17:44:19 +08:00
|
|
|
"url": "https://github.com/scrumpy/tiptap/issues"
|
2018-08-23 16:33:49 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-05-16 04:02:54 +08:00
|
|
|
"prosemirror-commands": "^1.0.8",
|
2019-05-17 18:02:15 +08:00
|
|
|
"prosemirror-inputrules": "^1.0.4",
|
2019-10-04 17:40:52 +08:00
|
|
|
"prosemirror-model": "^1.7.3",
|
2019-05-09 16:46:41 +08:00
|
|
|
"prosemirror-schema-list": "^1.0.3",
|
2019-08-20 21:55:21 +08:00
|
|
|
"prosemirror-state": "^1.2.4",
|
2019-09-27 15:53:13 +08:00
|
|
|
"prosemirror-tables": "^0.9.5",
|
2019-08-07 18:21:01 +08:00
|
|
|
"prosemirror-utils": "^0.9.6",
|
2019-10-04 19:31:51 +08:00
|
|
|
"tiptap-utils": "^1.8.1"
|
2018-08-23 16:33:49 +08:00
|
|
|
}
|
|
|
|
}
|