package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "name": "ruoyi-vue-plus",
  3. "version": "5.0.0-SNAPSHOT",
  4. "description": "RuoYi-Vue-Plus多租户管理系统",
  5. "author": "LionLi",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite serve --mode development",
  9. "serve": "vite serve --mode development",
  10. "start": "vite serve --mode development",
  11. "build:prod": "vite build --mode production &&vue-tsc --noEmit",
  12. "preview": "vite preview",
  13. "lint": "eslint src/**/*.{ts,js,vue} --fix",
  14. "prepare": "husky install",
  15. "prettier": "prettier --write ."
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "https://gitee.com/JavaLionLi/plus-ui.git"
  20. },
  21. "dependencies": {
  22. "@amap/amap-jsapi-loader": "^1.0.1",
  23. "@codemirror/lang-html": "^6.4.3",
  24. "@codemirror/lang-javascript": "^6.1.8",
  25. "@codemirror/lang-json": "^6.0.1",
  26. "@codemirror/theme-one-dark": "^6.1.2",
  27. "@element-plus/icons-vue": "2.1.0",
  28. "@vueup/vue-quill": "1.1.0",
  29. "@vueuse/core": "9.5.0",
  30. "animate.css": "4.1.1",
  31. "await-to-js": "^3.0.0",
  32. "axios": "^1.3.4",
  33. "Buffer": "^0.0.0",
  34. "codemirror": "^6.0.1",
  35. "dayjs": "^1.11.7",
  36. "echarts": "5.4.0",
  37. "element-plus": "2.2.27",
  38. "file-saver": "2.0.5",
  39. "fuse.js": "6.6.2",
  40. "js-cookie": "3.0.1",
  41. "js-md5": "^0.8.3",
  42. "jsencrypt": "3.3.1",
  43. "mitt": "^3.0.0",
  44. "mqtt": "^4.3.7",
  45. "nprogress": "0.2.0",
  46. "path-browserify": "1.0.1",
  47. "path-to-regexp": "6.2.0",
  48. "pinia": "2.0.22",
  49. "screenfull": "6.0.0",
  50. "vue": "3.2.45",
  51. "vue-codemirror": "^6.1.1",
  52. "vue-cropper": "1.0.3",
  53. "vue-echarts": "^6.6.0",
  54. "vue-i18n": "9.2.2",
  55. "vue-router": "4.1.4",
  56. "vue-types": "^5.0.3",
  57. "vue3-ts-jsoneditor": "^2.9.0",
  58. "web-storage-cache": "^1.1.1"
  59. },
  60. "devDependencies": {
  61. "@iconify/json": "^2.2.40",
  62. "@intlify/unplugin-vue-i18n": "0.8.2",
  63. "@types/file-saver": "2.0.5",
  64. "@types/js-cookie": "3.0.3",
  65. "@types/node": "18.14.2",
  66. "@types/nprogress": "0.2.0",
  67. "@types/path-browserify": "^1.0.0",
  68. "@typescript-eslint/eslint-plugin": "5.56.0",
  69. "@typescript-eslint/parser": "5.56.0",
  70. "@unocss/preset-attributify": "^0.50.6",
  71. "@unocss/preset-icons": "^0.50.6",
  72. "@unocss/preset-uno": "^0.50.6",
  73. "@vitejs/plugin-vue": "4.0.0",
  74. "@vitejs/plugin-vue-jsx": "^3.0.1",
  75. "@vue/compiler-sfc": "3.2.45",
  76. "autoprefixer": "10.4.14",
  77. "eslint": "8.36.0",
  78. "eslint-config-prettier": "8.8.0",
  79. "eslint-plugin-prettier": "4.2.1",
  80. "eslint-plugin-vue": "9.9.0",
  81. "fast-glob": "^3.2.11",
  82. "husky": "7.0.4",
  83. "postcss": "^8.4.21",
  84. "prettier": "2.8.6",
  85. "sass": "1.56.1",
  86. "typescript": "4.9.5",
  87. "unocss": "^0.50.6",
  88. "unplugin-auto-import": "0.13.0",
  89. "unplugin-icons": "0.15.1",
  90. "unplugin-vue-components": "0.23.0",
  91. "vite": "4.3.1",
  92. "vite-plugin-compression": "0.5.1",
  93. "vite-plugin-svg-icons": "2.0.1",
  94. "vite-plugin-vue-setup-extend": "^0.4.0",
  95. "vitest": "^0.29.7",
  96. "vue-eslint-parser": "9.1.0",
  97. "vue-tsc": "0.35.0"
  98. }
  99. }