package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "iconv-lite": "0.6.3",
  30. "jquery": "3.7.1",
  31. "js-cookie": "3.0.5",
  32. "jsbarcode": "3.11.6",
  33. "jsencrypt": "^3.3.2",
  34. "moment": "2.29.4",
  35. "monaco-editor": "0.48.0",
  36. "normalize.css": "8.0.1",
  37. "nprogress": "0.2.0",
  38. "pinia": "2.1.7",
  39. "qrcanvas": "3.1.2",
  40. "qs": "^6.13.0",
  41. "sortablejs": "1.15.2",
  42. "vue": "^3.5.6",
  43. "vue-cropper": "^1.1.2",
  44. "vue-router": "4.0.16",
  45. "vue3-json-viewer": "2.2.2",
  46. "vue3-print-nb": "0.1.4",
  47. "vxe-pc-ui": "^4.0.67",
  48. "vxe-table": "^4.7.50",
  49. "vxe-table-plugin-export-xlsx": "4.0.1",
  50. "xe-utils": "3.5.26",
  51. "xlsx": "0.17.0"
  52. },
  53. "devDependencies": {
  54. "@types/node": "20.11.0",
  55. "@types/qs": "^6.9.15",
  56. "@types/sortablejs": "^1.15.8",
  57. "@vitejs/plugin-vue": "5.0.4",
  58. "@vitejs/plugin-vue-jsx": "^4.0.1",
  59. "@vue/cli-service": "5.0.8",
  60. "@vue/compiler-sfc": "3.4.27",
  61. "code-inspector-plugin": "^0.20.17",
  62. "dotenv": "^16.4.7",
  63. "fs-extra": "^11.2.0",
  64. "prettier": "^3.3.3",
  65. "sass": "1.77.1",
  66. "unplugin-auto-import": "0.17.6",
  67. "unplugin-icons": "0.19.0",
  68. "vite": "5.2.11",
  69. "vite-plugin-html": "^3.2.2",
  70. "vite-plugin-mock": "3.0.2",
  71. "vite-plugin-vue-setup-extend": "0.4.0",
  72. "vue-tsc": "2.0.17"
  73. }
  74. }