forked from jlvandenhout/docusaurus-plugin-docs-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 837 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "@jlvandenhout/docusaurus-plugin-docs-editor",
"version": "0.1.0",
"description": "A WYSIWYG editor for your documents",
"main": "src/index.js",
"repository": "https://github.com/jlvandenhout/docusaurus-plugin-docs-editor",
"author": "Jeroen van den Hout <[email protected]>",
"license": "MIT",
"dependencies": {
"@octokit/core": "^3.5.1",
"@octokit/plugin-rest-endpoint-methods": "^5.5.1",
"@tiptap/react": "^2.0.0-beta.52",
"@tiptap/starter-kit": "^2.0.0-beta.82",
"rehype-parse": "^7.0.1",
"rehype-remark": "^8.1.1",
"rehype-stringify": "^8.0.0",
"remark-extract-frontmatter": "^3.1.0",
"remark-frontmatter": "^3.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"remark-stringify": "^9.0.1",
"unified": "^9.2.1",
"yaml": "^1.10.2"
}
}