2018-08-23 16:33:49 +08:00
|
|
|
{
|
|
|
|
"name": "tiptap-commands",
|
2019-04-18 05:02:31 +08:00
|
|
|
"version": "1.7.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-02-06 18:36:23 +08:00
|
|
|
"prosemirror-schema-list": "^1.0.2",
|
2018-11-26 18:11:39 +08:00
|
|
|
"prosemirror-state": "^1.2.2",
|
2019-03-06 14:10:25 +08:00
|
|
|
"tiptap-utils": "^1.3.0"
|
2018-08-23 16:33:49 +08:00
|
|
|
}
|
|
|
|
}
|