package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "build:tianzi": "vite build --mode=tz"
  10. },
  11. "dependencies": {
  12. "@babel/standalone": "7.24.5",
  13. "@element-plus/icons-vue": "2.3.1",
  14. "@kjgl77/datav-vue3": "1.7.2",
  15. "@vitejs/plugin-legacy": "5.4.0",
  16. "@vueuse/core": "10.9.0",
  17. "@vxe-ui/plugin-export-xlsx": "^4.0.2",
  18. "@vxe-ui/plugin-render-chart": "^4.0.1",
  19. "axios": "1.6.0",
  20. "clipboard": "2.0.11",
  21. "crypto-js": "4.2.0",
  22. "d3": "7.9.0",
  23. "dayjs": "1.11.11",
  24. "dom-zindex": "1.0.2",
  25. "driver.js": "1.3.1",
  26. "echarts": "5.5.0",
  27. "element-plus": "file:deps/element-plus.2.7.1.1.tar.gz",
  28. "exceljs": "^4.4.0",
  29. "file-saver": "2.0.5",
  30. "iconv-lite": "0.6.3",
  31. "jquery": "3.7.1",
  32. "js-cookie": "3.0.5",
  33. "jsbarcode": "3.11.6",
  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. "sortablejs": "1.15.2",
  41. "vue": "^3.5.6",
  42. "vue-cropper": "^1.1.2",
  43. "vue-router": "4.0.16",
  44. "vue3-json-viewer": "2.2.2",
  45. "vue3-print-nb": "0.1.4",
  46. "vxe-pc-ui": "^4.0.67",
  47. "vxe-table": "^4.7.50",
  48. "vxe-table-plugin-export-xlsx": "4.0.1",
  49. "xe-utils": "3.5.26",
  50. "xlsx": "0.17.0",
  51. "qs": "^6.13.0",
  52. "jsencrypt": "^3.3.2"
  53. },
  54. "devDependencies": {
  55. "@types/qs": "^6.9.15",
  56. "@types/node": "20.11.0",
  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. "prettier": "^3.3.3",
  63. "sass": "1.77.1",
  64. "unplugin-auto-import": "0.17.6",
  65. "unplugin-icons": "0.19.0",
  66. "vite": "5.2.11",
  67. "vite-plugin-mock": "3.0.2",
  68. "vite-plugin-vue-setup-extend": "0.4.0",
  69. "vue-tsc": "2.0.17"
  70. }
  71. }