package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. "crypto-js": "^4.1.1",
  22. "echarts": "5.3.2",
  23. "element-plus": "2.3.3",
  24. "ezuikit-js": "^7.6.4",
  25. "file-saver": "2.0.5",
  26. "flv.js": "^1.6.2",
  27. "fuse.js": "6.5.3",
  28. "js-cookie": "3.0.1",
  29. "jsencrypt": "3.2.1",
  30. "nprogress": "0.2.0",
  31. "ol": "^7.3.0",
  32. "pako": "^2.1.0",
  33. "proj4": "^2.9.0",
  34. "vant": "^4.0.6",
  35. "vue": "^3.2.31",
  36. "vue-cropper": "1.0.3",
  37. "vue-i18n": "^9.7.0",
  38. "vue-router": "4.0.14",
  39. "vuex": "4.0.2"
  40. },
  41. "devDependencies": {
  42. "@vitejs/plugin-vue": "2.3.1",
  43. "@vue/compiler-sfc": "3.2.31",
  44. "sass": "1.50.0",
  45. "unplugin-auto-import": "0.6.9",
  46. "vite": "2.6.14",
  47. "vite-plugin-compression": "0.5.1",
  48. "vite-plugin-svg-icons": "1.0.5",
  49. "vite-plugin-vue-setup-extend": "0.4.0"
  50. }
  51. }