tiptap/packages/tiptap-commands/package.json

33 lines
818 B
JSON
Raw Normal View History

2018-08-23 16:33:49 +08:00
{
"name": "tiptap-commands",
"version": "1.12.3",
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-18 04:42:45 +08:00
"prosemirror-model": "^1.7.4",
"prosemirror-schema-list": "^1.0.4",
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",
"tiptap-utils": "^1.8.2"
2018-08-23 16:33:49 +08:00
}
}