package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "yushu",
  3. "version": "3.9.0",
  4. "description": "予书管理系统",
  5. "author": "予书",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite",
  10. "build:prod": "vite build",
  11. "build:stage": "vite build --mode staging",
  12. "preview": "vite preview"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://gitee.com/y_project/yushu-Vue.git"
  17. },
  18. "dependencies": {
  19. "@codemirror/lang-cpp": "^6.0.3",
  20. "@codemirror/lang-css": "^6.3.1",
  21. "@codemirror/lang-html": "^6.4.11",
  22. "@codemirror/lang-java": "^6.0.2",
  23. "@codemirror/lang-javascript": "^6.2.4",
  24. "@codemirror/lang-json": "^6.0.2",
  25. "@codemirror/lang-markdown": "^6.5.0",
  26. "@codemirror/lang-php": "^6.0.2",
  27. "@codemirror/lang-python": "^6.2.1",
  28. "@codemirror/lang-sql": "^6.10.0",
  29. "@codemirror/lang-xml": "^6.1.0",
  30. "@codemirror/theme-one-dark": "^6.1.3",
  31. "@element-plus/icons-vue": "2.3.1",
  32. "@vueup/vue-quill": "1.2.0",
  33. "@vueuse/core": "13.3.0",
  34. "axios": "1.9.0",
  35. "clipboard": "2.0.11",
  36. "codemirror": "^6.0.2",
  37. "echarts": "5.6.0",
  38. "element-plus": "2.10.7",
  39. "file-saver": "2.0.5",
  40. "fuse.js": "6.6.2",
  41. "highlight.js": "^11.11.1",
  42. "js-beautify": "1.14.11",
  43. "js-cookie": "3.0.5",
  44. "jsencrypt": "3.3.2",
  45. "markdown-it": "^14.1.0",
  46. "nprogress": "0.2.0",
  47. "pinia": "3.0.2",
  48. "splitpanes": "4.0.4",
  49. "vue": "3.5.16",
  50. "vue-codemirror": "^6.1.1",
  51. "vue-count-to": "^1.0.13",
  52. "vue-cropper": "1.1.1",
  53. "vue-router": "4.5.1",
  54. "vuedraggable": "4.1.0",
  55. "xlsx": "^0.18.5"
  56. },
  57. "devDependencies": {
  58. "@vitejs/plugin-vue": "5.2.4",
  59. "sass-embedded": "1.89.1",
  60. "unplugin-auto-import": "0.18.6",
  61. "unplugin-vue-setup-extend-plus": "1.0.1",
  62. "vite": "6.3.5",
  63. "vite-plugin-compression": "0.5.1",
  64. "vite-plugin-svg-icons": "2.0.1"
  65. },
  66. "overrides": {
  67. "quill": "2.0.2"
  68. }
  69. }