package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "init",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  6. "build:env": "vite build && node ./bin/inject-env-to-window.js"
  7. },
  8. "type": "module",
  9. "dependencies": {
  10. "@babel/standalone": "7.24.5",
  11. "@element-plus/icons-vue": "2.3.1",
  12. "@imengyu/vue3-context-menu": "^1.4.2",
  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": "^2.7.1",
  27. "exceljs": "^4.4.0",
  28. "file-saver": "2.0.5",
  29. "html2canvas": "^1.4.1",
  30. "iconv-lite": "0.6.3",
  31. "jquery": "3.7.1",
  32. "js-cookie": "3.0.5",
  33. "jsbarcode": "3.11.6",
  34. "jsencrypt": "^3.3.2",
  35. "moment": "2.29.4",
  36. "monaco-editor": "0.48.0",
  37. "normalize.css": "8.0.1",
  38. "nprogress": "0.2.0",
  39. "pinia": "2.1.7",
  40. "qrcanvas": "3.1.2",
  41. "qs": "^6.13.0",
  42. "sortablejs": "1.15.2",
  43. "vue": "^3.5.6",
  44. "vue-cropper": "^1.1.2",
  45. "vue-router": "4.0.16",
  46. "vue3-json-viewer": "2.2.2",
  47. "vue3-print-nb": "0.1.4",
  48. "vxe-pc-ui": "^4.7.27",
  49. "vxe-table": "^4.14.6",
  50. "vxe-table-plugin-export-xlsx": "4.0.1",
  51. "xe-utils": "3.5.26",
  52. "xlsx": "0.17.0"
  53. },
  54. "devDependencies": {
  55. "@types/node": "20.11.0",
  56. "@types/qs": "^6.9.15",
  57. "@types/sortablejs": "^1.15.8",
  58. "@vitejs/plugin-vue": "5.0.4",
  59. "@vitejs/plugin-vue-jsx": "^4.0.1",
  60. "@vue/cli-service": "5.0.8",
  61. "@vue/compiler-sfc": "3.4.27",
  62. "code-inspector-plugin": "^0.20.17",
  63. "dotenv": "^16.4.7",
  64. "fs-extra": "^11.2.0",
  65. "prettier": "^3.3.3",
  66. "sass": "1.77.1",
  67. "unplugin-auto-import": "0.17.6",
  68. "unplugin-icons": "0.19.0",
  69. "vite": "5.2.11",
  70. "vite-plugin-html": "^3.2.2",
  71. "vite-plugin-mock": "3.0.2",
  72. "vite-plugin-vue-setup-extend": "0.4.0",
  73. "vue-tsc": "2.0.17"
  74. }
  75. }