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.

33 lines
664 B

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. "@vueup/vue-quill": "^1.2.0",
  13. "axios": "^1.7.9",
  14. "echart": "^0.1.3",
  15. "echarts": "^5.5.1",
  16. "element-plus": "^2.9.0",
  17. "pinia": "^2.2.6",
  18. "quill": "^2.0.3",
  19. "vue": "^3.5.13",
  20. "vue-quill-editor": "^3.0.6",
  21. "vue-router": "^4.4.5"
  22. },
  23. "devDependencies": {
  24. "@vitejs/plugin-vue": "^5.2.1",
  25. "vite": "^6.0.1",
  26. "vite-plugin-vue-devtools": "^7.6.5"
  27. },
  28. "pnpm": {
  29. "overrides": {
  30. "quill": "2.0.2"
  31. }
  32. }
  33. }