一卡通系统管理平台前端界面

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "name": "ruoyi-vue-plus",
  3. "version": "5.2.1",
  4. "description": "中共湖南省委党校(湖南行政学院)一卡通系统",
  5. "author": "LionLi",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite serve --mode development",
  10. "build:prod": "vite build --mode production",
  11. "build:dev": "vite build --mode development",
  12. "preview": "vite preview",
  13. "lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ",
  14. "prettier": "prettier --write ."
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "http://git.datuai.com/luoyibo/ykt-web.git"
  19. },
  20. "dependencies": {
  21. "@element-plus/icons-vue": "2.3.1",
  22. "@highlightjs/vue-plugin": "2.1.0",
  23. "@vueup/vue-quill": "1.2.0",
  24. "@vueuse/core": "10.9.0",
  25. "animate.css": "4.1.1",
  26. "await-to-js": "3.0.0",
  27. "axios": "1.6.8",
  28. "bpmn-js": "16.4.0",
  29. "crypto-js": "4.2.0",
  30. "decimal.js": "^10.4.3",
  31. "diagram-js": "12.3.0",
  32. "didi": "9.0.2",
  33. "echarts": "5.5.0",
  34. "element-plus": "2.7.5",
  35. "file-saver": "2.0.5",
  36. "fuse.js": "7.0.0",
  37. "highlight.js": "11.9.0",
  38. "image-conversion": "^2.1.1",
  39. "js-cookie": "3.0.5",
  40. "jsencrypt": "3.3.2",
  41. "nprogress": "0.2.0",
  42. "pinia": "2.1.7",
  43. "postcss-pxtorem": "^6.1.0",
  44. "screenfull": "6.0.2",
  45. "vue": "3.4.25",
  46. "vue-cropper": "1.1.1",
  47. "vue-draggable-plus": "^0.5.3",
  48. "vue-i18n": "9.10.2",
  49. "vue-router": "4.3.2",
  50. "vue-types": "5.1.1",
  51. "vuedraggable": "^2.24.3",
  52. "vxe-table": "4.5.22"
  53. },
  54. "devDependencies": {
  55. "@iconify/json": "2.2.201",
  56. "@intlify/unplugin-vue-i18n": "3.0.1",
  57. "@types/crypto-js": "4.2.2",
  58. "@types/file-saver": "2.0.7",
  59. "@types/js-cookie": "3.0.6",
  60. "@types/node": "18.18.2",
  61. "@types/nprogress": "0.2.3",
  62. "@typescript-eslint/eslint-plugin": "7.3.1",
  63. "@typescript-eslint/parser": "7.3.1",
  64. "@unocss/preset-attributify": "0.58.6",
  65. "@unocss/preset-icons": "0.58.6",
  66. "@unocss/preset-uno": "0.58.6",
  67. "@vitejs/plugin-vue": "5.0.4",
  68. "@vue/compiler-sfc": "3.4.23",
  69. "autoprefixer": "10.4.18",
  70. "eslint": "8.57.0",
  71. "eslint-config-prettier": "9.1.0",
  72. "eslint-define-config": "2.1.0",
  73. "eslint-plugin-import": "2.29.1",
  74. "eslint-plugin-node": "11.1.0",
  75. "eslint-plugin-prettier": "5.1.3",
  76. "eslint-plugin-promise": "6.1.1",
  77. "eslint-plugin-vue": "9.23.0",
  78. "fast-glob": "3.3.2",
  79. "postcss": "8.4.36",
  80. "prettier": "3.2.5",
  81. "sass": "1.72.0",
  82. "typescript": "5.4.5",
  83. "unocss": "0.58.6",
  84. "unplugin-auto-import": "0.17.5",
  85. "unplugin-icons": "0.18.5",
  86. "unplugin-vue-components": "0.26.0",
  87. "unplugin-vue-setup-extend-plus": "1.0.1",
  88. "vite": "5.2.10",
  89. "vite-plugin-compression": "0.5.1",
  90. "vite-plugin-svg-icons": "2.0.1",
  91. "vitest": "1.5.0",
  92. "vue-eslint-parser": "9.4.2",
  93. "vue-tsc": "2.0.13"
  94. }
  95. }