金币系统前端
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.

38 lines
956 B

1 month ago
4 months ago
4 months ago
4 months ago
  1. {
  2. "name": "gold-system",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host",
  8. "build": "vue-tsc -b && vite build",
  9. "preview": "vite preview",
  10. "serve": "vite - service serve --host 0.0.0.0 --port 8080"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons-vue": "^2.3.1",
  14. "axios": "^1.7.8",
  15. "echarts": "^5.5.1",
  16. "element-plus": "^2.8.8",
  17. "lodash": "^4.17.21",
  18. "mathjs": "^14.0.1",
  19. "moment": "^2.30.1",
  20. "vue": "^3.5.12",
  21. "vue-icons-plus": "^0.1.7",
  22. "vue-json-excel": "^0.3.0",
  23. "vue-router": "^4.5.0",
  24. "vxe-pc-ui": "^4.3.66",
  25. "vxe-table": "^4.10.2",
  26. "xlsx": "^0.18.5"
  27. },
  28. "devDependencies": {
  29. "@types/node": "^22.10.5",
  30. "@vitejs/plugin-legacy": "^6.0.2",
  31. "@vitejs/plugin-vue": "^5.1.4",
  32. "terser": "^5.38.1",
  33. "typescript": "~5.6.2",
  34. "vite": "^6.1.0",
  35. "vite-plugin-lazy-import": "^1.0.7",
  36. "vue-tsc": "^2.1.8"
  37. }
  38. }