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.

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