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

20 lines
398 B
JSON

{
"devDependencies": {
"less": "^4.4.0",
"unplugin-vue-components": "^29.0.0",
"vite": "^7.0.6",
"vitepress": "^1.6.4"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"dependencies": {
"ant-design-vue": "^4.2.6",
"markdown-it-front-matter": "^0.2.4",
"vue": "^3.5.18"
},
"type": "module"
}