Skip to content

Commit 327754d

Browse files
committed
feat: support code hightlight.
1 parent bbd8e6f commit 327754d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@
5252
"@kkt/less-modules": "6.10.4",
5353
"@kkt/raw-modules": "6.10.4",
5454
"@kkt/scope-plugin-options": "6.10.4",
55+
"@mapbox/rehype-prism": "0.6.0",
5556
"@types/react": "17.0.11",
5657
"@types/react-dom": "17.0.8",
5758
"@types/react-router-dom": "5.1.7",
5859
"@types/react-test-renderer": "17.0.1",
59-
"@uiw/react-split": "5.7.4",
6060
"@uiw/react-markdown-preview": "3.1.1",
61+
"@uiw/react-split": "5.7.4",
6162
"husky": "6.0.0",
6263
"kkt": "6.10.4",
6364
"lint-staged": "11.0.0",
@@ -66,7 +67,10 @@
6667
"react-dom": "17.0.2",
6768
"react-router-dom": "5.2.0",
6869
"react-test-renderer": "17.0.2",
69-
"tsbb": "2.2.1"
70+
"rehype": "11.0.0",
71+
"rehype-parse": "7.0.1",
72+
"tsbb": "2.2.1",
73+
"unified": "9.2.1"
7074
},
7175
"eslintConfig": {
7276
"extends": [

0 commit comments

Comments
 (0)