mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 02:59:01 +08:00
caa9763884
- tiptap-extensions@0.14.0 - tiptap@0.12.1
31 lines
726 B
JSON
31 lines
726 B
JSON
{
|
|
"name": "tiptap-extensions",
|
|
"version": "0.14.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-view": "^1.5.1",
|
|
"tiptap": "^0.12.1",
|
|
"tiptap-commands": "^0.3.0"
|
|
}
|
|
}
|