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.

42 lines
956 B

5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
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 --host 0.0.0.0",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@types/file-saver": "^2.0.7",
  13. "@vueup/vue-quill": "^1.2.0",
  14. "@wangeditor/editor": "^5.1.23",
  15. "@wangeditor/editor-for-vue": "^5.1.12",
  16. "axios": "^1.7.9",
  17. "date-fns": "^4.1.0",
  18. "dayjs": "^1.11.13",
  19. "echart": "^0.1.3",
  20. "echarts": "^5.5.1",
  21. "element-plus": "^2.9.0",
  22. "elements": "^0.6.0",
  23. "file-saver": "^2.0.5",
  24. "pinia": "^2.2.6",
  25. "quill": "^2.0.3",
  26. "vue": "^3.5.13",
  27. "vue-quill-editor": "^3.0.6",
  28. "vue-router": "^4.4.5",
  29. "xlsx": "^0.18.5"
  30. },
  31. "devDependencies": {
  32. "@vitejs/plugin-vue": "^5.2.1",
  33. "sass-embedded": "^1.83.0",
  34. "vite": "^6.0.1",
  35. "vite-plugin-vue-devtools": "^7.6.5"
  36. },
  37. "pnpm": {
  38. "overrides": {
  39. "quill": "2.0.2"
  40. }
  41. }
  42. }