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.
39 lines
936 B
JSON
39 lines
936 B
JSON
{
|
|
"name": "micro-service",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite 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",
|
|
"echarts": "^6.0.0",
|
|
"element-plus": "^2.11.8",
|
|
"pinia": "^3.0.4",
|
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
"qs": "^6.12.1",
|
|
"swiper": "^12.1.3",
|
|
"vue": "^3.5.24",
|
|
"vue-draggable-next": "^2.3.0",
|
|
"vue-echarts": "^8.0.1",
|
|
"vue-i18n": "^9.14.5",
|
|
"vue-router": "^4.6.3",
|
|
"wujie-vue3": "^1.0.29"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|