You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.0 KiB
JSON

{
"name": "micro-service",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "node --max-old-space-size=8192 node_modules/vite/bin/vite.js build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@jaames/iro": "^5.5.2",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.13.2",
"dayjs": "^1.11.21",
"docx": "^9.7.1",
"echarts": "^6.0.0",
"element-plus": "^2.11.8",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"qs": "^6.12.1",
"vue": "^3.5.24",
"vue-echarts": "^8.0.1",
"vue-i18n": "^9.14.5",
"vue-pdf-embed": "^2.1.5",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@vitejs/plugin-vue": "^6.0.1",
"fast-glob": "^3.3.3",
"sass-embedded": "^1.93.3",
"vite": "^7.2.2",
"vite-plugin-svg-icons": "^2.0.1"
}
}