ZiuChen.github.io/package.json
2024-04-22 00:07:36 +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.7",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"ant-design-vue": "^4.1.2",
"markdown-it-mathjax3": "^4.3.2",
"vite": "^5.2.8",
"vue": "^3.4.21"
},
"dependencies": {
"medium-zoom": "^1.1.0",
"swiper": "^11.1.1",
"vitepress": "1.1.0"
}
}