Files
stamp-ant/package.json
T
2026-05-26 10:10:32 +08:00

32 lines
684 B
JSON

{
"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"
}
}