package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "@ant-design/icons-vue": "^7.0.0",
  20. "@codemirror/lang-cpp": "^6.0.3",
  21. "@codemirror/lang-css": "^6.3.1",
  22. "@codemirror/lang-html": "^6.4.11",
  23. "@codemirror/lang-java": "^6.0.2",
  24. "@codemirror/lang-javascript": "^6.2.4",
  25. "@codemirror/lang-json": "^6.0.2",
  26. "@codemirror/lang-markdown": "^6.5.0",
  27. "@codemirror/lang-php": "^6.0.2",
  28. "@codemirror/lang-python": "^6.2.1",
  29. "@codemirror/lang-sql": "^6.10.0",
  30. "@codemirror/lang-xml": "^6.1.0",
  31. "@codemirror/theme-one-dark": "^6.1.3",
  32. "@vueup/vue-quill": "1.2.0",
  33. "@vueuse/core": "13.3.0",
  34. "ant-design-vue": "^4.2.0",
  35. "axios": "1.9.0",
  36. "clipboard": "2.0.11",
  37. "codemirror": "^6.0.2",
  38. "dayjs": "^1.11.10",
  39. "dompurify": "^3.3.1",
  40. "echarts": "5.6.0",
  41. "file-saver": "2.0.5",
  42. "fuse.js": "6.6.2",
  43. "highlight.js": "^11.11.1",
  44. "js-beautify": "1.14.11",
  45. "js-cookie": "3.0.5",
  46. "jsencrypt": "3.3.2",
  47. "mammoth": "^1.11.0",
  48. "markdown-it": "^14.1.0",
  49. "nprogress": "0.2.0",
  50. "pinia": "3.0.2",
  51. "pptx-preview": "^1.0.7",
  52. "splitpanes": "4.0.4",
  53. "vue": "3.5.16",
  54. "vue-codemirror": "^6.1.1",
  55. "vue-count-to": "^1.0.13",
  56. "vue-cropper": "1.1.1",
  57. "vue-office": "^0.0.5",
  58. "vue-router": "4.5.1",
  59. "vuedraggable": "4.1.0",
  60. "xlsx": "^0.18.5"
  61. },
  62. "devDependencies": {
  63. "@vitejs/plugin-vue": "5.2.4",
  64. "sass-embedded": "1.89.1",
  65. "unplugin-auto-import": "0.18.6",
  66. "unplugin-vue-setup-extend-plus": "1.0.1",
  67. "vite": "6.3.5",
  68. "vite-plugin-compression": "0.5.1",
  69. "vite-plugin-svg-icons": "2.0.1"
  70. },
  71. "overrides": {
  72. "quill": "2.0.2"
  73. }
  74. }