mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-12 22:09:48 +08:00
3a5866eb4b
Replace custom CJK emphasis handling with remark-cjk-friendly library, significantly simplifying the codebase.
12 lines
275 B
JSON
12 lines
275 B
JSON
{
|
|
"dependencies": {
|
|
"remark-cjk-friendly": "^1.1.0",
|
|
"remark-frontmatter": "^5.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-stringify": "^11.0.0",
|
|
"unified": "^11.0.5",
|
|
"unist-util-visit": "^5.1.0",
|
|
"yaml": "^2.8.2"
|
|
}
|
|
} |