package.json 2.2 KB

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