package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.2",
  4. "description": "扬海航运船舶管理系统",
  5. "author": "若依",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "build:prod": "vite build",
  10. "build:stage": "vite build --mode staging",
  11. "preview": "vite preview"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  16. },
  17. "dependencies": {
  18. "@element-plus/icons-vue": "1.1.4",
  19. "@vueuse/core": "^8.5.0",
  20. "axios": "0.26.1",
  21. "copy-webpack-plugin": "5.1.2",
  22. "crypto-js": "^4.1.1",
  23. "echarts": "5.3.2",
  24. "element-plus": "^2.2.2",
  25. "ezuikit-js": "^0.6.3",
  26. "file-saver": "2.0.5",
  27. "flv.js": "^1.6.2",
  28. "fuse.js": "6.5.3",
  29. "js-cookie": "3.0.1",
  30. "jsencrypt": "3.2.1",
  31. "nprogress": "0.2.0",
  32. "ol": "^7.0.0",
  33. "pako": "^2.0.4",
  34. "qrcode.vue": "^3.3.3",
  35. "vant": "^4.0.0-alpha.0",
  36. "vue": "3.2.31",
  37. "vue-cropper": "1.0.3",
  38. "vue-router": "4.0.14",
  39. "vuex": "4.0.2"
  40. },
  41. "devDependencies": {
  42. "@types/video.js": "^7.3.49",
  43. "@vitejs/plugin-vue": "2.3.1",
  44. "@vue/compiler-sfc": "3.2.31",
  45. "sass": "1.50.0",
  46. "unplugin-auto-import": "0.6.9",
  47. "video.js": "^7.20.3",
  48. "vite": "2.6.14",
  49. "vite-plugin-compression": "0.5.1",
  50. "vite-plugin-svg-icons": "1.0.5",
  51. "vite-plugin-vue-setup-extend": "0.4.0"
  52. }
  53. }