71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
{
|
|
"name": "canneng-admin",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:zl": "vite --mode zl",
|
|
"build": "vite build",
|
|
"build:zl": "vite build --mode zl",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@fortawesome/fontawesome-free": "^6.5.1",
|
|
"@vueuse/core": "^10.7.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"axios": "^1.6.2",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.18",
|
|
"echarts": "^5.4.3",
|
|
"echarts-gl": "^2.0.9",
|
|
"echarts-liquidfill": "^3.1.0",
|
|
"echarts4": "npm:echarts@^4.9.0",
|
|
"element-plus": "^2.7.5",
|
|
"exceljs": "v4.4.0",
|
|
"file-saver": "v2.0.5",
|
|
"html2canvas": "^1.4.1",
|
|
"jquery": "^3.7.1",
|
|
"jszip": "^3.10.1",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"luckyexcel": "v1.0.1",
|
|
"luckysheet": "2.1.13",
|
|
"mitt": "^3.0.1",
|
|
"mqtt": "^5.10.1",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"screenfull": "^6.0.2",
|
|
"splitpanes": "3.1.5",
|
|
"use-element-plus-theme": "^0.0.5",
|
|
"vue": "^3.3.11",
|
|
"vue-draggable-resizable": "3.0.0-beta.2",
|
|
"vue-router": "4",
|
|
"vxe-table": "^4.5.17",
|
|
"vxe-table-plugin-export-xlsx": "^4.0.7",
|
|
"grid-layout-plus": "^1.1.0",
|
|
"vue-i18n": "9.10.2",
|
|
"qs": "^6.12.0",
|
|
"vue-types": "^5.1.1",
|
|
"web-storage-cache": "^1.1.1",
|
|
"jsencrypt": "^3.3.2",
|
|
"xe-utils": "^3.5.14"
|
|
},
|
|
"devDependencies": {
|
|
"@purge-icons/generated": "^0.9.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^20.10.5",
|
|
"@types/splitpanes": "2.2.6",
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"unplugin-auto-import": "^0.16.7",
|
|
"sass": "^1.69.5",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.8",
|
|
"vue-tsc": "^1.8.25"
|
|
}
|
|
}
|