77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"name": "czlis",
|
|
"version": "8.0.0",
|
|
"description": "实验室信息管理系统",
|
|
"author": "工具",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:prod": "vite",
|
|
"build:prod": "vite build",
|
|
"build:stage": "vite build --mode staging",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "2.3.1",
|
|
"@fingerprintjs/fingerprintjs": "^4.6.2",
|
|
"@vueup/vue-quill": "1.2.0",
|
|
"@vueuse/core": "10.6.1",
|
|
"axios": "0.27.2",
|
|
"clipboard": "^2.0.11",
|
|
"dayjs": "^1.11.18",
|
|
"echarts": "5.4.3",
|
|
"element-plus": "^2.11.2",
|
|
"file-saver": "2.0.5",
|
|
"fuse.js": "6.6.2",
|
|
"jquery": "^3.7.1",
|
|
"js-beautify": "^1.14.11",
|
|
"js-cookie": "3.0.5",
|
|
"jsbarcode": "^3.12.1",
|
|
"jsencrypt": "3.3.2",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"nprogress": "0.2.0",
|
|
"pinia": "2.1.7",
|
|
"pinia-plugin-persistedstate": "^4.0.0",
|
|
"pinyin-pro": "^3.26.0",
|
|
"select2": "^4.1.0-rc.0",
|
|
"socket.io-client": "^4.8.1",
|
|
"sortablejs": "^1.14.0",
|
|
"three": "^0.181.2",
|
|
"vue": "3.5.23",
|
|
"vue-cropper": "1.1.1",
|
|
"vue-plugin-hiprint": "^0.0.60",
|
|
"vue-router": "4.2.5",
|
|
"vue3-print-nb": "^0.1.4",
|
|
"vue3-seamless-scroll": "^3.0.2",
|
|
"vue3-select2-component": "^0.1.7",
|
|
"vuedraggable": "^4.1.0",
|
|
"vxe-pc-ui": "^4.3.2",
|
|
"vxe-table": "^4.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.27.0",
|
|
"@types/lodash": "^4.17.21",
|
|
"@types/vue": "^2.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
"@typescript-eslint/parser": "^8.46.2",
|
|
"@vitejs/plugin-vue": "5.0.1",
|
|
"@vue/compiler-sfc": "3.4.0",
|
|
"eslint": "^9.27.0",
|
|
"eslint-plugin-auto-import": "^0.1.1",
|
|
"eslint-plugin-vue": "^10.1.0",
|
|
"globals": "^16.1.0",
|
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
"sass": "1.69.5",
|
|
"terser": "^5.46.0",
|
|
"typescript": "^5.9.3",
|
|
"unplugin-auto-import": "0.17.1",
|
|
"unplugin-vue-setup-extend-plus": "1.0.0",
|
|
"vite": "5.0.4",
|
|
"vite-plugin-compression": "0.5.1",
|
|
"vite-plugin-imagemin": "^0.6.1",
|
|
"vite-plugin-svg-icons": "2.0.1"
|
|
}
|
|
}
|