You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.5 KiB

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
  1. {
  2. "name": "gold-system",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "sideEffects": false,
  7. "scripts": {
  8. "dev": "vite --host 0.0.0.0",
  9. "build:test": "vite build --mode test",
  10. "build:prod": "vite build --mode production",
  11. "preview": "vite preview",
  12. "serve": "vite - service serve --host 0.0.0.0 --port 8080"
  13. },
  14. "dependencies": {
  15. "@ant-design/icons-vue": "^7.0.1",
  16. "@element-plus/icons-vue": "^2.3.1",
  17. "@fortawesome/fontawesome-svg-core": "^6.7.2",
  18. "@fortawesome/free-solid-svg-icons": "^6.7.2",
  19. "@fortawesome/vue-fontawesome": "^3.0.8",
  20. "@tabler/icons-vue": "^3.34.0",
  21. "axios": "^1.12.2",
  22. "dayjs": "^1.11.13",
  23. "dayjs-plugin-utc": "^0.1.2",
  24. "decimal.js": "^10.6.0",
  25. "echarts": "^5.5.1",
  26. "element-plus": "^2.8.8",
  27. "js-cookie": "^3.0.5",
  28. "lodash": "^4.17.21",
  29. "mathjs": "^14.0.1",
  30. "moment": "^2.30.1",
  31. "pinia": "^3.0.2",
  32. "pinyin-match": "^1.2.8",
  33. "vue": "^3.5.12",
  34. "vue-i18n": "^9.14.5",
  35. "vue-icons-plus": "^0.1.7",
  36. "vue-json-excel": "^0.3.0",
  37. "vue-router": "^4.5.0",
  38. "vxe-pc-ui": "^4.3.66",
  39. "vxe-table": "^4.10.2",
  40. "xlsx": "^0.18.5"
  41. },
  42. "devDependencies": {
  43. "@types/node": "^22.10.5",
  44. "@types/vue": "^2.0.0",
  45. "@vitejs/plugin-legacy": "^6.0.2",
  46. "@vitejs/plugin-vue": "^5.1.4",
  47. "file-saver": "^2.0.5",
  48. "rollup-plugin-visualizer": "^5.14.0",
  49. "sass": "^1.86.3",
  50. "terser": "^5.38.1",
  51. "typescript": "~5.6.2",
  52. "vite": "^6.1.0",
  53. "vite-plugin-lazy-import": "^1.0.7",
  54. "vue-tsc": "^2.1.8"
  55. }
  56. }