add remark wiki link package

This commit is contained in:
khalilcodes 2022-04-07 03:04:15 +03:00
parent dc2bb1c171
commit 5e75ffc8bb
1 changed files with 4 additions and 1 deletions

View File

@ -23,9 +23,12 @@
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-player": "^2.10.0", "react-player": "^2.10.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.0", "remark-gfm": "^3.0.0",
"remark-slug": "^7.0.0", "remark-slug": "^7.0.0",
"remark-toc": "^8.0.0" "remark-toc": "^8.0.0",
"remark-wiki-link-plus": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.2.6", "autoprefixer": "^10.2.6",