ZiuChen.github.io/package.json
2024-06-07 11:35:01 +08:00

22 lines
470 B
JSON

{
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"ant-design-vue": "^4.2.2",
"markdown-it-mathjax3": "^4.3.2",
"vite": "^5.2.12",
"vue": "^3.4.27"
},
"dependencies": {
"medium-zoom": "^1.1.0",
"swiper": "^11.1.4",
"vitepress": "1.2.3"
}
}