package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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.0.4.1.tar.gz",
  7. "build": "vite build --mode=production",
  8. "build:show": "vite build --mode=show"
  9. },
  10. "dependencies": {
  11. "@babel/standalone": "7.14.8",
  12. "@element-plus/icons-vue": "^2.0.6",
  13. "@kjgl77/datav-vue3": "^1.3.3",
  14. "@vitejs/plugin-legacy": "^1.8.2",
  15. "@vueuse/core": "^10.7.1",
  16. "axios": "^0.27.2",
  17. "clipboard": "^2.0.11",
  18. "crypto-js": "4.2.0",
  19. "d3": "^5.16.0",
  20. "dayjs": "^1.11.7",
  21. "dom-zindex": "^1.0.1",
  22. "driver.js": "^1.3.0",
  23. "echarts": "^5.2.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.6.0",
  29. "js-cookie": "^3.0.0",
  30. "jsbarcode": "^3.11.4",
  31. "moment": "^2.29.1",
  32. "monaco-editor": "^0.40.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.14.0",
  38. "vue": "^3.2.37",
  39. "vue-router": "^4.0.16",
  40. "vue3-json-viewer": "^2.2.2",
  41. "vue3-print-nb": "^0.1.4",
  42. "vxe-table": "^4.3.14",
  43. "vxe-table-plugin-export-xlsx": "^4.0.1",
  44. "xe-utils": "^3.5.7",
  45. "xlsx": "^0.17.0"
  46. },
  47. "devDependencies": {
  48. "@types/node": "^15.0.3",
  49. "@vitejs/plugin-vue": "^1.2.2",
  50. "@vue/cli-service": "^5.0.6",
  51. "@vue/compiler-sfc": "^3.2.37",
  52. "sass": "^1.32.12",
  53. "unplugin-auto-import": "^0.9.2",
  54. "unplugin-icons": "^0.14.6",
  55. "vite": "2.9.13",
  56. "vite-plugin-mock": "2.9.6",
  57. "vite-plugin-vue-setup-extend": "^0.4.0",
  58. "vue-tsc": "^0.38.2"
  59. }
  60. }