zhuangpei-mesvue3/package.json

74 lines
2.0 KiB
JSON
Raw Normal View History

2024-05-16 13:29:17 +08:00
{
2024-05-20 15:50:04 +08:00
"name": "doan",
2024-05-16 13:29:17 +08:00
"version": "v20230920",
2024-05-20 15:50:04 +08:00
"description": "上海干巷装配车间MES",
"author": "DOAN",
2024-05-16 13:29:17 +08:00
"license": "MIT",
"scripts": {
"dev": "vite",
"build:prod": "vite build",
2024-05-29 13:08:06 +08:00
"build:moblie": "vite build --mode moblie",
2024-05-16 13:29:17 +08:00
"build:stage": "vite build --mode staging",
"preview": "vite preview"
},
"repository": {
"type": "git",
2024-05-20 15:50:04 +08:00
"url": ""
2024-05-16 13:29:17 +08:00
},
"dependencies": {
"@element-plus/icons-vue": "^0.2.7",
2025-03-05 08:36:26 +08:00
"@handsontable/vue3": "^15.1.0",
2024-06-03 11:24:25 +08:00
"@kjgl77/datav-vue3": "^1.7.3",
"@logicflow/core": "^2.0.0-beta.2",
"@logicflow/extension": "^2.0.0-beta.2",
2024-05-16 13:29:17 +08:00
"@microsoft/signalr": "^6.0.21",
"@vueuse/core": "^8.9.4",
"@wangeditor/editor": "^5.1.1",
"@wangeditor/editor-for-vue": "^5.1.11",
"axios": "^0.27.2",
"countup.js": "^2.1.0",
"crypto-js": "^4.1.1",
2025-02-22 14:29:49 +08:00
"doan": "file:",
"echarts": "^5.5.0",
2024-09-05 16:48:01 +08:00
"echarts-liquidfill": "^3.1.0",
2024-05-16 13:29:17 +08:00
"element-plus": "^2.4.1",
"file-saver": "2.0.5",
"fuse.js": "6.4.6",
2025-03-05 08:36:26 +08:00
"handsontable": "^15.1.0",
2024-05-16 13:29:17 +08:00
"highlight.js": "^11.5.1",
"js-cookie": "3.0.1",
"jsencrypt": "3.2.1",
"md-editor-v3": "^1.11.11",
"nprogress": "0.2.0",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
2024-05-22 14:24:05 +08:00
"qrcode.vue": "^3.4.1",
2024-05-16 13:29:17 +08:00
"qrcodejs2-fixes": "^0.0.2",
"qs": "^6.11.0",
"sortablejs": "^1.15.0",
"vue": "^3.3.4",
"vue-clipboard3": "^2.0.0",
"vue-cropper": "1.0.2",
"vue-echarts": "^6.7.3",
2024-05-16 13:29:17 +08:00
"vue-i18n": "9.2.2",
"vue-router": "^4.2.2",
2024-09-08 10:05:54 +08:00
"vue3-print-nb": "^0.1.4",
2024-06-18 18:06:45 +08:00
"vue3-qr-reader": "^1.0.0",
2025-03-18 11:29:54 +08:00
"vxe-table": "^4.7.87",
2024-05-16 13:29:17 +08:00
"xe-utils": "^3.5.14"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"consola": "^3.2.3",
"sass": "1.45.0",
"unplugin-auto-import": "0.5.3",
"vite": "^4.3.9",
"vite-plugin-compression": "^0.3.6",
2025-03-18 11:29:54 +08:00
"vite-plugin-lazy-import": "^1.0.7",
2024-05-16 13:29:17 +08:00
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "1.0.5",
"vite-plugin-vue-setup-extend": "^0.4.0"
}
}