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.

28 lines
591 B

5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
  1. {
  2. "name": "testvue3",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "axios": "^1.7.9",
  13. "dayjs": "^1.11.13",
  14. "echart": "^0.1.3",
  15. "echarts": "^5.5.1",
  16. "element-plus": "^2.9.0",
  17. "elements": "^0.6.0",
  18. "pinia": "^2.2.6",
  19. "vue": "^3.5.13",
  20. "vue-router": "^4.4.5"
  21. },
  22. "devDependencies": {
  23. "@vitejs/plugin-vue": "^5.2.1",
  24. "sass-embedded": "^1.83.0",
  25. "vite": "^6.0.1",
  26. "vite-plugin-vue-devtools": "^7.6.5"
  27. }
  28. }