2018-08-23 16:33:49 +08:00
|
|
|
{
|
|
|
|
"name": "tiptap-utils",
|
2021-01-05 19:18:11 +08:00
|
|
|
"version": "1.12.0",
|
2018-08-23 16:33:49 +08:00
|
|
|
"description": "Utility functions 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/utils.common.js",
|
|
|
|
"module": "dist/utils.esm.js",
|
|
|
|
"unpkg": "dist/utils.js",
|
|
|
|
"jsdelivr": "dist/utils.js",
|
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
2018-08-23 23:38:13 +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-12-29 17:03:31 +08:00
|
|
|
"prosemirror-model": "^1.13.1",
|
2020-07-08 15:17:15 +08:00
|
|
|
"prosemirror-state": "^1.3.3",
|
2021-01-27 00:27:52 +08:00
|
|
|
"prosemirror-tables": "^1.1.1"
|
2018-08-23 16:33:49 +08:00
|
|
|
}
|
|
|
|
}
|