2018-08-24 04:08:19 +08:00
|
|
|
{
|
|
|
|
"name": "tiptap-extensions",
|
2018-10-03 05:06:24 +08:00
|
|
|
"version": "0.17.0",
|
2018-08-24 04:08:19 +08:00
|
|
|
"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",
|
2018-09-07 15:50:06 +08:00
|
|
|
"sideEffects": false,
|
2018-08-24 04:08:19 +08:00
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/heyscrumpy/tiptap.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/heyscrumpy/tiptap/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-09-02 21:13:57 +08:00
|
|
|
"lowlight": "^1.10.0",
|
2018-08-26 03:33:06 +08:00
|
|
|
"prosemirror-history": "^1.0.2",
|
2018-09-02 02:51:17 +08:00
|
|
|
"prosemirror-state": "^1.2.2",
|
2018-09-29 19:24:27 +08:00
|
|
|
"prosemirror-view": "^1.6.0",
|
2018-10-03 05:06:24 +08:00
|
|
|
"tiptap": "^0.15.0",
|
|
|
|
"tiptap-commands": "^0.5.0"
|
2018-08-24 04:08:19 +08:00
|
|
|
}
|
|
|
|
}
|