2018-08-23 16:33:49 +08:00
|
|
|
{
|
|
|
|
"name": "tiptap-commands",
|
2019-05-07 14:00:53 +08:00
|
|
|
"version": "1.9.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": {
|
|
|
|
"prosemirror-commands": "^1.0.7",
|
|
|
|
"prosemirror-inputrules": "^1.0.1",
|
2019-04-30 22:19:38 +08:00
|
|
|
"prosemirror-schema-list": "^1.0.3",
|
2018-11-26 18:11:39 +08:00
|
|
|
"prosemirror-state": "^1.2.2",
|
2019-05-08 19:24:56 +08:00
|
|
|
"prosemirror-model": "^1.7.0",
|
2019-05-07 14:00:53 +08:00
|
|
|
"tiptap-utils": "^1.4.1"
|
2018-08-23 16:33:49 +08:00
|
|
|
}
|
|
|
|
}
|