package.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "Buffer": "^0.0.0",
  31. "animate.css": "4.1.1",
  32. "await-to-js": "^3.0.0",
  33. "axios": "^1.3.4",
  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. "jsencrypt": "3.3.1",
  42. "mitt": "^3.0.0",
  43. "mqtt": "^4.3.7",
  44. "nprogress": "0.2.0",
  45. "path-browserify": "1.0.1",
  46. "path-to-regexp": "6.2.0",
  47. "pinia": "2.0.22",
  48. "screenfull": "6.0.0",
  49. "vue": "3.2.45",
  50. "vue-codemirror": "^6.1.1",
  51. "vue-cropper": "1.0.3",
  52. "vue-echarts": "^6.6.0",
  53. "vue-i18n": "9.2.2",
  54. "vue-router": "4.1.4",
  55. "vue-types": "^5.0.3",
  56. "vue3-ts-jsoneditor": "^2.9.0",
  57. "web-storage-cache": "^1.1.1"
  58. },
  59. "devDependencies": {
  60. "@iconify/json": "^2.2.40",
  61. "@intlify/unplugin-vue-i18n": "0.8.2",
  62. "@types/file-saver": "2.0.5",
  63. "@types/js-cookie": "3.0.3",
  64. "@types/node": "18.14.2",
  65. "@types/nprogress": "0.2.0",
  66. "@types/path-browserify": "^1.0.0",
  67. "@typescript-eslint/eslint-plugin": "5.56.0",
  68. "@typescript-eslint/parser": "5.56.0",
  69. "@unocss/preset-attributify": "^0.50.6",
  70. "@unocss/preset-icons": "^0.50.6",
  71. "@unocss/preset-uno": "^0.50.6",
  72. "@vitejs/plugin-vue": "4.0.0",
  73. "@vitejs/plugin-vue-jsx": "^3.0.1",
  74. "@vue/compiler-sfc": "3.2.45",
  75. "autoprefixer": "10.4.14",
  76. "eslint": "8.36.0",
  77. "eslint-config-prettier": "8.8.0",
  78. "eslint-plugin-prettier": "4.2.1",
  79. "eslint-plugin-vue": "9.9.0",
  80. "fast-glob": "^3.2.11",
  81. "husky": "7.0.4",
  82. "postcss": "^8.4.21",
  83. "prettier": "2.8.6",
  84. "sass": "1.56.1",
  85. "typescript": "4.9.5",
  86. "unocss": "^0.50.6",
  87. "unplugin-auto-import": "0.13.0",
  88. "unplugin-icons": "0.15.1",
  89. "unplugin-vue-components": "0.23.0",
  90. "vite": "4.3.1",
  91. "vite-plugin-compression": "0.5.1",
  92. "vite-plugin-svg-icons": "2.0.1",
  93. "vite-plugin-vue-setup-extend": "^0.4.0",
  94. "vitest": "^0.29.7",
  95. "vue-eslint-parser": "9.1.0",
  96. "vue-tsc": "0.35.0"
  97. }
  98. }