package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.2",
  4. "description": "安庆北排管理系统",
  5. "author": "crj",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite --mode development",
  9. "build:prod": "vite build --mode production",
  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. "@amap/amap-jsapi-loader": "^1.0.1",
  19. "@element-plus/icons-vue": "1.1.4",
  20. "@vue/babel-plugin-jsx": "^1.1.1",
  21. "axios": "0.26.1",
  22. "clipboard": "^2.0.11",
  23. "compressorjs": "^1.2.1",
  24. "dingtalk-jsapi": "^2.15.2",
  25. "echarts": "^5.4.0",
  26. "element-plus": "2.1.8",
  27. "file-saver": "2.0.5",
  28. "fuse.js": "6.5.3",
  29. "js-cookie": "3.0.1",
  30. "jsencrypt": "3.2.1",
  31. "lodash": "^4.17.21",
  32. "moment": "^2.29.3",
  33. "nprogress": "0.2.0",
  34. "vant": "^3.5.1",
  35. "vue": "3.2.31",
  36. "vue-cropper": "1.0.3",
  37. "vue-router": "4.0.14",
  38. "vuex": "4.0.2"
  39. },
  40. "devDependencies": {
  41. "@vitejs/plugin-vue": "2.3.1",
  42. "@vue/compiler-sfc": "3.2.31",
  43. "sass": "1.50.0",
  44. "unplugin-auto-import": "0.6.9",
  45. "vite": "2.6.14",
  46. "vite-plugin-compression": "0.5.1",
  47. "vite-plugin-svg-icons": "1.0.5",
  48. "vite-plugin-vue-setup-extend": "0.4.0"
  49. }
  50. }