tiptap/packages/tiptap-commands/package.json

33 lines
819 B
JSON
Raw Normal View History

2018-08-23 16:33:49 +08:00
{
"name": "tiptap-commands",
"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",
"prosemirror-model": "^1.10.0",
"prosemirror-schema-list": "^1.1.2",
"prosemirror-state": "^1.3.3",
"prosemirror-tables": "^1.1.0",
"prosemirror-utils": "^0.9.6",
"tiptap-utils": "^1.10.3"
2018-08-23 16:33:49 +08:00
}
}