package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. "docx-preview": "^0.3.0",
  23. "echarts": "5.3.2",
  24. "element-plus": "2.3.3",
  25. "ezuikit-js": "^7.6.4",
  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.3.0",
  33. "pako": "^2.1.0",
  34. "proj4": "^2.9.0",
  35. "vant": "^4.0.6",
  36. "vue": "^3.2.31",
  37. "vue-cropper": "1.0.3",
  38. "vue-i18n": "^9.7.0",
  39. "vue-router": "4.0.14",
  40. "vuex": "4.0.2"
  41. },
  42. "devDependencies": {
  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. "vite": "2.6.14",
  48. "vite-plugin-compression": "0.5.1",
  49. "vite-plugin-svg-icons": "1.0.5",
  50. "vite-plugin-vue-setup-extend": "0.4.0"
  51. }
  52. }