package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.7",
  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/RuoYi-Vue.git"
  17. },
  18. "dependencies": {
  19. "@codemirror/commands": "^6.9.0",
  20. "@codemirror/lang-css": "^6.3.1",
  21. "@codemirror/lang-html": "^6.4.11",
  22. "@codemirror/lang-javascript": "^6.2.4",
  23. "@codemirror/lang-json": "^6.0.2",
  24. "@codemirror/language": "^6.11.3",
  25. "@codemirror/search": "^6.5.11",
  26. "@codemirror/state": "^6.5.2",
  27. "@codemirror/theme-one-dark": "^6.1.3",
  28. "@codemirror/view": "^6.38.6",
  29. "@element-plus/icons-vue": "2.3.1",
  30. "@vueup/vue-quill": "1.2.0",
  31. "@vueuse/core": "10.6.1",
  32. "axios": "0.27.2",
  33. "echarts": "5.4.3",
  34. "element-plus": "2.4.3",
  35. "file-saver": "2.0.5",
  36. "fuse.js": "6.6.2",
  37. "js-cookie": "3.0.5",
  38. "jsencrypt": "3.3.2",
  39. "jshint": "^2.13.6",
  40. "jsonlint": "^1.6.3",
  41. "moment": "^2.30.1",
  42. "nprogress": "0.2.0",
  43. "pinia": "2.1.7",
  44. "script-loader": "^0.7.2",
  45. "vue": "3.3.9",
  46. "vue-codemirror": "^6.1.1",
  47. "vue-cropper": "1.1.1",
  48. "vue-router": "4.2.5"
  49. },
  50. "devDependencies": {
  51. "@vitejs/plugin-vue": "4.5.0",
  52. "@vue/compiler-sfc": "3.3.9",
  53. "sass": "1.69.5",
  54. "unplugin-auto-import": "0.17.1",
  55. "unplugin-vue-setup-extend-plus": "1.0.0",
  56. "vite": "5.0.4",
  57. "vite-plugin-compression": "0.5.1",
  58. "vite-plugin-svg-icons": "2.0.1"
  59. }
  60. }