lis8.0-vue3/package.json

77 lines
2.1 KiB
JSON
Raw Normal View History

2025-05-08 15:37:28 +08:00
{
2025-05-20 16:34:38 +08:00
"name": "czlis",
"version": "8.0.0",
2026-08-07 10:21:11 +08:00
"description": "实验室信息管理系统",
2025-05-08 15:37:28 +08:00
"author": "工具",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
2025-11-04 15:14:07 +08:00
"dev:prod": "vite",
2025-05-08 15:37:28 +08:00
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
2025-09-26 17:26:06 +08:00
"@fingerprintjs/fingerprintjs": "^4.6.2",
2025-05-20 16:34:38 +08:00
"@vueup/vue-quill": "1.2.0",
2025-05-08 15:37:28 +08:00
"@vueuse/core": "10.6.1",
"axios": "0.27.2",
"clipboard": "^2.0.11",
2025-10-24 15:37:24 +08:00
"dayjs": "^1.11.18",
2025-05-08 15:37:28 +08:00
"echarts": "5.4.3",
"element-plus": "^2.11.2",
2025-05-08 15:37:28 +08:00
"file-saver": "2.0.5",
"fuse.js": "6.6.2",
2025-05-20 16:34:38 +08:00
"jquery": "^3.7.1",
2025-05-08 15:37:28 +08:00
"js-beautify": "^1.14.11",
"js-cookie": "3.0.5",
2025-07-23 17:03:25 +08:00
"jsbarcode": "^3.12.1",
2025-05-08 15:37:28 +08:00
"jsencrypt": "3.3.2",
2025-12-05 17:44:21 +08:00
"lodash": "^4.17.21",
2025-10-28 17:22:53 +08:00
"mitt": "^3.0.1",
2025-05-08 15:37:28 +08:00
"nprogress": "0.2.0",
"pinia": "2.1.7",
2025-12-10 18:02:35 +08:00
"pinia-plugin-persistedstate": "^4.0.0",
2025-05-20 16:34:38 +08:00
"pinyin-pro": "^3.26.0",
"select2": "^4.1.0-rc.0",
2025-08-26 17:31:31 +08:00
"socket.io-client": "^4.8.1",
2025-10-10 17:35:28 +08:00
"sortablejs": "^1.14.0",
2025-12-01 18:00:53 +08:00
"three": "^0.181.2",
2025-11-07 17:50:06 +08:00
"vue": "3.5.23",
2025-05-08 15:37:28 +08:00
"vue-cropper": "1.1.1",
2025-08-26 17:31:31 +08:00
"vue-plugin-hiprint": "^0.0.60",
2025-05-08 15:37:28 +08:00
"vue-router": "4.2.5",
2025-07-23 17:03:25 +08:00
"vue3-print-nb": "^0.1.4",
2025-11-14 18:13:45 +08:00
"vue3-seamless-scroll": "^3.0.2",
2025-05-20 16:34:38 +08:00
"vue3-select2-component": "^0.1.7",
2025-09-26 17:26:06 +08:00
"vuedraggable": "^4.1.0",
"vxe-pc-ui": "^4.3.2",
"vxe-table": "^4.9.4"
2025-05-08 15:37:28 +08:00
},
"devDependencies": {
2025-05-20 16:34:38 +08:00
"@eslint/js": "^9.27.0",
2025-12-05 17:44:21 +08:00
"@types/lodash": "^4.17.21",
2025-10-24 15:37:24 +08:00
"@types/vue": "^2.0.0",
2025-10-27 18:15:50 +08:00
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
2025-05-08 15:37:28 +08:00
"@vitejs/plugin-vue": "5.0.1",
"@vue/compiler-sfc": "3.4.0",
2025-05-20 16:34:38 +08:00
"eslint": "^9.27.0",
"eslint-plugin-auto-import": "^0.1.1",
"eslint-plugin-vue": "^10.1.0",
"globals": "^16.1.0",
2026-01-29 17:49:16 +08:00
"rollup-plugin-visualizer": "^6.0.5",
2025-05-08 15:37:28 +08:00
"sass": "1.69.5",
2026-01-29 17:49:16 +08:00
"terser": "^5.46.0",
2025-10-24 15:37:24 +08:00
"typescript": "^5.9.3",
2025-05-08 15:37:28 +08:00
"unplugin-auto-import": "0.17.1",
2025-05-20 16:34:38 +08:00
"unplugin-vue-setup-extend-plus": "1.0.0",
2025-05-08 15:37:28 +08:00
"vite": "5.0.4",
"vite-plugin-compression": "0.5.1",
2026-01-29 17:49:16 +08:00
"vite-plugin-imagemin": "^0.6.1",
2025-05-20 16:34:38 +08:00
"vite-plugin-svg-icons": "2.0.1"
2025-05-08 15:37:28 +08:00
}
}