-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 751 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"generate-posts": "node scripts/generate-posts.mjs"
},
"devDependencies": {
"@types/node": "^24.5.2",
"debug": "^4.4.3",
"fast-glob": "^3.3.3",
"glob": "^11.0.3",
"gray-matter": "^4.0.3",
"prettier": "^3.6.2",
"sharp": "^0.34.5",
"vitepress": "^1.6.4"
},
"dependencies": {
"@giscus/vue": "^3.1.1",
"katex": "^0.16.25",
"markdown-it-katex": "^2.0.3",
"mermaid": "^11.14.0",
"vitepress-plugin-mermaid": "^2.0.17"
},
"version": "0.0.0",
"packageManager": "yarn@1.22.22"
}