Files
blog/package.json
kerbores 21de74de9f 🎉 初始化
Signed-off-by: kerbores <kerbores@gmail.com>
2025-08-07 16:08:45 +08:00

13 lines
223 B
JSON

{
"dependencies": {
"ant-design-vue": "^4.2.6",
"vitepress": "^1.6.4",
"vue": "^3.5.18"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
}
}