package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "init",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  6. "update:element": "npm install element-plus ./deps/element-plus.2.7.1.1.tar.gz",
  7. "build": "vite build --mode=production",
  8. "build:show": "vite build --mode=show"
  9. },
  10. "dependencies": {
  11. "@babel/standalone": "7.24.5",
  12. "@element-plus/icons-vue": "2.3.1",
  13. "@kjgl77/datav-vue3": "1.7.2",
  14. "@vitejs/plugin-legacy": "5.4.0",
  15. "@vueuse/core": "10.9.0",
  16. "@vxe-ui/plugin-export-xlsx": "^4.0.2",
  17. "@vxe-ui/plugin-render-chart": "^4.0.1",
  18. "axios": "1.6.0",
  19. "clipboard": "2.0.11",
  20. "crypto-js": "4.2.0",
  21. "d3": "7.9.0",
  22. "dayjs": "1.11.11",
  23. "dom-zindex": "1.0.2",
  24. "driver.js": "1.3.1",
  25. "echarts": "5.5.0",
  26. "element-plus": "file:deps/element-plus.2.7.1.1.tar.gz",
  27. "exceljs": "^4.4.0",
  28. "file-saver": "2.0.5",
  29. "iconv-lite": "0.6.3",
  30. "jquery": "3.7.1",
  31. "js-cookie": "3.0.5",
  32. "jsbarcode": "3.11.6",
  33. "moment": "2.29.4",
  34. "monaco-editor": "0.48.0",
  35. "normalize.css": "8.0.1",
  36. "nprogress": "0.2.0",
  37. "pinia": "2.1.7",
  38. "qrcanvas": "3.1.2",
  39. "sortablejs": "1.15.2",
  40. "vue": "^3.5.6",
  41. "vue-cropper": "^1.1.2",
  42. "vue-router": "4.0.16",
  43. "vue3-json-viewer": "2.2.2",
  44. "vue3-print-nb": "0.1.4",
  45. "vxe-pc-ui": "^4.0.67",
  46. "vxe-table": "^4.7.50",
  47. "vxe-table-plugin-export-xlsx": "4.0.1",
  48. "xe-utils": "3.5.26",
  49. "xlsx": "0.17.0",
  50. "qs": "^6.13.0"
  51. },
  52. "devDependencies": {
  53. "@types/qs": "^6.9.15",
  54. "@types/node": "20.11.0",
  55. "@types/sortablejs": "^1.15.8",
  56. "@vitejs/plugin-vue": "5.0.4",
  57. "@vitejs/plugin-vue-jsx": "^4.0.1",
  58. "@vue/cli-service": "5.0.8",
  59. "@vue/compiler-sfc": "3.4.27",
  60. "prettier": "^3.3.3",
  61. "sass": "1.77.1",
  62. "unplugin-auto-import": "0.17.6",
  63. "unplugin-icons": "0.19.0",
  64. "vite": "5.2.11",
  65. "vite-plugin-mock": "3.0.2",
  66. "vite-plugin-vue-setup-extend": "0.4.0",
  67. "vue-tsc": "2.0.17"
  68. }
  69. }