ZiuChen.github.io/package.json
2024-04-06 17:36:23 +08:00

22 lines
469 B
JSON

{
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs"
},
"devDependencies": {
"@types/node": "^20.12.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"ant-design-vue": "^4.1.2",
"markdown-it-mathjax3": "^4.3.2",
"vite": "^5.2.7",
"vue": "^3.4.21"
},
"dependencies": {
"medium-zoom": "^1.1.0",
"swiper": "^11.1.0",
"vitepress": "1.0.2"
}
}