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.

51 lines
1.4 KiB

3 weeks ago
3 weeks ago
3 weeks 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.7.8",
  22. "echarts": "^5.5.1",
  23. "element-plus": "^2.8.8",
  24. "lodash": "^4.17.21",
  25. "mathjs": "^14.0.1",
  26. "moment": "^2.30.1",
  27. "pinia": "^3.0.2",
  28. "pinyin-match": "^1.2.8",
  29. "vue": "^3.5.12",
  30. "vue-icons-plus": "^0.1.7",
  31. "vue-json-excel": "^0.3.0",
  32. "vue-router": "^4.5.0",
  33. "vxe-pc-ui": "^4.3.66",
  34. "vxe-table": "^4.10.2",
  35. "xlsx": "^0.18.5"
  36. },
  37. "devDependencies": {
  38. "@types/node": "^22.10.5",
  39. "@types/vue": "^2.0.0",
  40. "@vitejs/plugin-legacy": "^6.0.2",
  41. "@vitejs/plugin-vue": "^5.1.4",
  42. "file-saver": "^2.0.5",
  43. "rollup-plugin-visualizer": "^5.14.0",
  44. "sass": "^1.86.3",
  45. "terser": "^5.38.1",
  46. "typescript": "~5.6.2",
  47. "vite": "^6.1.0",
  48. "vite-plugin-lazy-import": "^1.0.7",
  49. "vue-tsc": "^2.1.8"
  50. }
  51. }