1
0

package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.7",
  4. "description": "管伊佳物联",
  5. "author": "若依",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "serve": "vite",
  10. "build": "vite build"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  15. },
  16. "dependencies": {
  17. "@element-plus/icons-vue": "2.3.1",
  18. "@vueup/vue-quill": "1.2.0",
  19. "@vueuse/core": "10.6.1",
  20. "ace-builds": "^1.43.2",
  21. "axios": "0.27.2",
  22. "clipboard": "^2.0.11",
  23. "datav-vue3": "^1.0.0",
  24. "echarts": "5.4.3",
  25. "element-china-area-data": "^4.1.1",
  26. "element-plus": "2.4.3",
  27. "file-saver": "2.0.5",
  28. "fuse.js": "6.6.2",
  29. "js-beautify": "^1.14.11",
  30. "js-cookie": "3.0.5",
  31. "jsencrypt": "3.3.2",
  32. "mqtt": "^4.3.3",
  33. "nprogress": "0.2.0",
  34. "pinia": "2.1.7",
  35. "vite-plugin-node-polyfills": "^0.24.0",
  36. "vue": "3.4.0",
  37. "vue-cropper": "1.1.1",
  38. "vue-json-viewer": "^3.0.0",
  39. "vue-qr": "^4.0.9",
  40. "vue-router": "4.2.5",
  41. "vue3-ace-editor": "^2.2.4",
  42. "vue3-data-view": "^0.1.4",
  43. "vue3-seamless-scroll": "^3.0.2",
  44. "vuedraggable": "^4.1.0"
  45. },
  46. "devDependencies": {
  47. "@vitejs/plugin-vue": "5.0.1",
  48. "@vue/compiler-sfc": "3.4.0",
  49. "sass": "1.69.5",
  50. "unplugin-auto-import": "0.17.1",
  51. "unplugin-vue-setup-extend-plus": "1.0.0",
  52. "vite": "5.0.4",
  53. "vite-plugin-compression": "0.5.1",
  54. "vite-plugin-svg-icons": "2.0.1"
  55. }
  56. }