package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "怀化高新区企业信用分级分类服务平台",
  3. "version": "3.8.1",
  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": "0.2.6",
  19. "@vueuse/core": "^10.9.0",
  20. "@wangeditor/editor": "^5.0.1",
  21. "@wangeditor/editor-for-vue": "^5.1.10",
  22. "axios": "0.24.0",
  23. "bmap": "^1.0.1",
  24. "bmapgl": "^1.0.0",
  25. "echarts": "5.2.2",
  26. "element-plus": "^2.0.1",
  27. "file-saver": "2.0.5",
  28. "fuse.js": "6.4.6",
  29. "js-cookie": "3.0.1",
  30. "js-md5": "^0.8.3",
  31. "jsencrypt": "3.2.1",
  32. "mapv-three": "^1.0.18",
  33. "nprogress": "0.2.0",
  34. "qr-code-styling": "^1.9.2",
  35. "vue": "3.2.26",
  36. "vue-cropper": "1.0.2",
  37. "vue-router": "4.0.12",
  38. "vuex": "4.0.2",
  39. "vxe-table": "^4.2.2",
  40. "xe-utils": "^3.5.4",
  41. "xlsx": "^0.18.5"
  42. },
  43. "devDependencies": {
  44. "@vitejs/plugin-vue": "1.9.4",
  45. "@vue/compiler-sfc": "3.2.22",
  46. "sass": "1.45.0",
  47. "unplugin-auto-import": "0.5.3",
  48. "vite": "^2.6.14",
  49. "vite-plugin-compression": "0.3.6",
  50. "vite-plugin-svg-icons": "1.0.5",
  51. "vite-plugin-vue-setup-extend": "0.1.0"
  52. }
  53. }