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

44 lines
1.1 KiB

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. "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. "@element-plus/icons-vue": "^2.3.1",
  16. "axios": "^1.7.8",
  17. "echarts": "^5.5.1",
  18. "element-plus": "^2.8.8",
  19. "lodash": "^4.17.21",
  20. "mathjs": "^14.0.1",
  21. "moment": "^2.30.1",
  22. "pinia": "^3.0.2",
  23. "vue": "^3.5.12",
  24. "vue-icons-plus": "^0.1.7",
  25. "vue-json-excel": "^0.3.0",
  26. "vue-router": "^4.5.0",
  27. "vxe-pc-ui": "^4.3.66",
  28. "vxe-table": "^4.10.2",
  29. "xlsx": "^0.18.5"
  30. },
  31. "devDependencies": {
  32. "@types/node": "^22.10.5",
  33. "@types/vue": "^2.0.0",
  34. "@vitejs/plugin-legacy": "^6.0.2",
  35. "@vitejs/plugin-vue": "^5.1.4",
  36. "rollup-plugin-visualizer": "^5.14.0",
  37. "sass": "^1.86.3",
  38. "terser": "^5.38.1",
  39. "typescript": "~5.6.2",
  40. "vite": "^6.1.0",
  41. "vite-plugin-lazy-import": "^1.0.7",
  42. "vue-tsc": "^2.1.8"
  43. }
  44. }