Files
admin-govern/package.json

54 lines
1.4 KiB
JSON
Raw Normal View History

2023-12-21 16:42:39 +08:00
{
"name": "canneng-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
2023-12-27 15:06:57 +08:00
"build": "vite build",
2023-12-21 16:42:39 +08:00
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
2023-12-29 14:46:20 +08:00
"@fortawesome/fontawesome-free": "^6.5.1",
2023-12-21 16:42:39 +08:00
"@vueuse/core": "^10.7.0",
2024-01-17 09:53:00 +08:00
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
2023-12-22 16:20:51 +08:00
"axios": "^1.6.2",
2023-12-26 08:45:15 +08:00
"crypto-js": "^4.2.0",
2023-12-26 14:15:05 +08:00
"echarts": "^5.4.3",
"echarts-gl": "^2.0.9",
"echarts-liquidfill": "^3.1.0",
2024-01-02 16:34:56 +08:00
"echarts4": "npm:echarts@^4.9.0",
2024-06-12 18:05:35 +08:00
"element-plus": "^2.7.5",
2024-06-19 08:49:10 +08:00
"exceljs": "v4.4.0",
"file-saver": "v2.0.5",
2024-01-12 14:05:36 +08:00
"html2canvas": "^1.4.1",
2024-01-15 16:14:14 +08:00
"jquery": "^3.7.1",
2024-07-12 16:55:10 +08:00
"lodash": "^4.17.21",
2023-12-21 16:42:39 +08:00
"lodash-es": "^4.17.21",
2024-06-19 08:49:10 +08:00
"luckyexcel": "v1.0.1",
2023-12-21 16:42:39 +08:00
"mitt": "^3.0.1",
2023-12-22 10:22:22 +08:00
"nprogress": "^0.2.0",
2023-12-21 16:42:39 +08:00
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"screenfull": "^6.0.2",
2023-12-29 11:14:04 +08:00
"use-element-plus-theme": "^0.0.5",
2023-12-21 16:42:39 +08:00
"vue": "^3.3.11",
2024-01-26 13:43:54 +08:00
"vue-draggable-resizable": "3.0.0-beta.2",
2023-12-27 15:06:57 +08:00
"vue-router": "4",
"vxe-table": "^4.5.17",
"xe-utils": "^3.5.14"
2023-12-21 16:42:39 +08:00
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.5",
"@vitejs/plugin-vue": "^4.5.2",
2023-12-28 14:06:57 +08:00
"@vitejs/plugin-vue-jsx": "^3.1.0",
2023-12-21 16:42:39 +08:00
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
}
}