HuanMengAdmin/admin-client/package.json
2024-07-26 18:24:14 +08:00

54 lines
1.4 KiB
JSON

{
"name": "MiaoYu-admin",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"build:tsc": "vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite preview"
},
"dependencies": {
"@antv/g2": "^5.2.2",
"@antv/g2plot": "^2.4.31",
"@antv/s2": "^1.55.8",
"@antv/s2-vue": "^1.7.1",
"@wangeditor/editor": "^5.1.23",
"core-js": "^3.33.1",
"monaco-editor": "^0.50.0",
"universal-cookie": "^7.2.0",
"vue-form-create": "^1.2.12",
"vue3-print-nb": "^0.1.4",
"vxe-table": "^4.5.13",
"xe-utils": "3.5.6"
},
"devDependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@element-plus/icons-vue": "^2.3.1",
"@types/node": "^20.8.7",
"@types/nprogress": "^0.2.2",
"@vitejs/plugin-vue": "^5.1.0",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vueuse/core": "^10.5.0",
"ant-design-vue": "^4.2.3",
"axios": "^1.6.0",
"color": "^4.2.3",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"typescript": "^5.2.2",
"unplugin-vue-macros": "^2.6.1",
"vite": "^5.3.5",
"vue": "^3.4.34",
"vue-i18n": "9.6.1",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.22",
"vuedraggable": "^4.1.0"
}
}