summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-11-13 01:32:10 +0100
committerGitHub <[email protected]>2021-11-13 01:32:10 +0100
commit5b6eb504587df592e42690743bce4b41d4066d00 (patch)
treef894e6997c9e0398d1ce13bb56e1964dcf129752 /package.json
parente214bc388e545cf695e97a3a2e714d5dbb5f25c1 (diff)
Feat: Markdown file previewing (#152)
* feat(md): initial support for md-roam * feat(md): link support and more for md * fix(md): add missing remark math package
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4a6cf6d..a2d52eb 100644
--- a/package.json
+++ b/package.json
@@ -47,6 +47,14 @@
"rehype-highlight": "^4.1.0",
"rehype-katex": "^5.0.0",
"rehype-react": "^6.2.1",
+ "remark-extract-frontmatter": "^3.2.0",
+ "remark-frontmatter": "^3.0.0",
+ "remark-gfm": "^1.0.0",
+ "remark-math": "^4.0.0",
+ "remark-parse": "^9.0.0",
+ "remark-rehype": "^8.1.0",
+ "remark-sectionize": "^1.1.1",
+ "remark-wiki-link": "^1.0.4",
"slate": "^0.66.5",
"slate-react": "^0.66.7",
"styled-jsx": "^4.0.1",
@@ -61,6 +69,7 @@
"uniorg-rehype": "^0.4.7",
"uniorg-slug": "^0.4.7",
"unist-util-find-after": "^3.0.0",
+ "unist-util-is": "^4.1.0",
"use-constant": "^1.1.0",
"use-undo": "^1.0.5",
"vfile": "^4.2.1",