File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "devDependencies" : {
3
- "markdown-it" : " ^14.0.0" ,
4
- "markdown-it-mathjax3" : " ^4.3.2" ,
5
- "vitepress" : " ^1.0.0-rc.43" ,
6
- "vitepress-plugin-tabs" : " ^0.5.0" ,
7
- "vitest" : " ^1.3.0"
8
- },
9
2
"scripts" : {
10
3
"docs:dev" : " vitepress dev build/.documenter" ,
11
4
"docs:build" : " vitepress build build/.documenter" ,
12
5
"docs:preview" : " vitepress preview build/.documenter"
13
6
},
14
7
"dependencies" : {
15
- "@shikijs/transformers" : " ^1.1.7" ,
16
- "markdown-it-footnote" : " ^4.0.0"
8
+ "@nolebase/vitepress-plugin-enhanced-readabilities" : " ^2.12.1" ,
9
+ "@shikijs/transformers" : " ^2.0.3" ,
10
+ "markdown-it" : " ^14.1.0" ,
11
+ "markdown-it-footnote" : " ^4.0.0" ,
12
+ "markdown-it-mathjax3" : " ^4.3.2" ,
13
+ "vitepress" : " ^1.6.3" ,
14
+ "vitepress-plugin-tabs" : " ^0.5.0"
17
15
}
18
- }
16
+ }
You can’t perform that action at this time.
0 commit comments