package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. "axios": "1.6.0",
  17. "clipboard": "2.0.11",
  18. "crypto-js": "4.2.0",
  19. "d3": "7.9.0",
  20. "dayjs": "1.11.11",
  21. "dom-zindex": "1.0.2",
  22. "driver.js": "1.3.1",
  23. "echarts": "5.5.0",
  24. "element-plus": "file:deps/element-plus.2.7.1.1.tar.gz",
  25. "exceljs": "4.4.0",
  26. "file-saver": "2.0.5",
  27. "iconv-lite": "0.6.3",
  28. "jquery": "3.7.1",
  29. "js-cookie": "3.0.5",
  30. "jsbarcode": "3.11.6",
  31. "moment": "2.29.4",
  32. "monaco-editor": "0.48.0",
  33. "normalize.css": "8.0.1",
  34. "nprogress": "0.2.0",
  35. "pinia": "2.1.7",
  36. "qrcanvas": "3.1.2",
  37. "sortablejs": "1.15.2",
  38. "vue": "3.4.27",
  39. "vue-cropper": "^1.1.2",
  40. "vue-router": "4.0.16",
  41. "vue3-json-viewer": "2.2.2",
  42. "vue3-print-nb": "0.1.4",
  43. "vxe-table": "4.6.12",
  44. "vxe-table-plugin-export-xlsx": "4.0.1",
  45. "xe-utils": "3.5.26",
  46. "xlsx": "0.17.0"
  47. },
  48. "devDependencies": {
  49. "@types/node": "20.11.0",
  50. "@types/sortablejs": "^1.15.8",
  51. "@vitejs/plugin-vue": "5.0.4",
  52. "@vue/cli-service": "5.0.8",
  53. "@vue/compiler-sfc": "3.4.27",
  54. "sass": "1.77.1",
  55. "unplugin-auto-import": "0.17.6",
  56. "unplugin-icons": "0.19.0",
  57. "vite": "5.2.11",
  58. "vite-plugin-mock": "3.0.2",
  59. "vite-plugin-vue-setup-extend": "0.4.0",
  60. "vue-tsc": "2.0.17"
  61. }
  62. }