首次提交

This commit is contained in:
2026-05-26 10:10:32 +08:00
parent 02e1486d39
commit a6f7ad12da
45 changed files with 27435 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "antd-vue3-project",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"ant-design-vue": "^4.2.6",
"axios": "^1.16.0",
"dayjs": "^1.11.20",
"docx-preview": "^0.3.7",
"docxtemplater": "^3.68.7",
"file-saver": "^2.0.5",
"pinia": "^2.3.1",
"pizzip": "^3.2.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vxe-table": "^4.18.13",
"xe-utils": "^4.0.7"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"docx": "^9.6.1",
"vite": "^6.3.5"
}
}