mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 11:09:01 +08:00
8f66c19c7e
- tiptap-commands@0.4.0 - tiptap-extensions@0.16.0 - tiptap-utils@0.3.0 - tiptap@0.14.0
32 lines
761 B
JSON
32 lines
761 B
JSON
{
|
|
"name": "tiptap-extensions",
|
|
"version": "0.16.0",
|
|
"description": "Extensions for tiptap",
|
|
"homepage": "https://tiptap.scrumpy.io",
|
|
"license": "MIT",
|
|
"main": "dist/extensions.common.js",
|
|
"module": "dist/extensions.esm.js",
|
|
"unpkg": "dist/extensions.js",
|
|
"jsdelivr": "dist/extensions.js",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/heyscrumpy/tiptap.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/heyscrumpy/tiptap/issues"
|
|
},
|
|
"dependencies": {
|
|
"lowlight": "^1.10.0",
|
|
"prosemirror-history": "^1.0.2",
|
|
"prosemirror-state": "^1.2.2",
|
|
"prosemirror-view": "^1.6.0",
|
|
"tiptap": "^0.14.0",
|
|
"tiptap-commands": "^0.4.0"
|
|
}
|
|
}
|