package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "name": "vue-next-admin",
  3. "version": "2.4.21",
  4. "description": "vue3 vite next admin template",
  5. "author": "lyt_20201208",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite --force",
  9. "build": "vite build",
  10. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons-vue": "^2.0.10",
  14. "@wangeditor/editor": "^5.1.23",
  15. "@wangeditor/editor-for-vue": "^5.1.12",
  16. "@microsoft/signalr": "^6.0.10",
  17. "axios": "^1.2.1",
  18. "countup.js": "^2.3.2",
  19. "cropperjs": "^1.5.13",
  20. "echarts": "^5.4.1",
  21. "echarts-gl": "^2.0.9",
  22. "echarts-wordcloud": "^2.1.0",
  23. "element-plus": "^2.2.32",
  24. "js-cookie": "^3.0.1",
  25. "js-table2excel": "^1.0.3",
  26. "jsplumb": "^2.15.6",
  27. "mitt": "^3.0.0",
  28. "nprogress": "^0.2.0",
  29. "pinia": "^2.0.28",
  30. "print-js": "^1.6.0",
  31. "qrcodejs2-fixes": "^0.0.2",
  32. "qs": "^6.11.0",
  33. "screenfull": "^6.0.2",
  34. "sortablejs": "^1.15.0",
  35. "splitpanes": "^3.1.5",
  36. "vform3-builds": "^3.0.8",
  37. "vue": "^3.2.45",
  38. "vue-clipboard3": "^2.0.0",
  39. "vue-grid-layout": "^3.0.0-beta1",
  40. "vue-i18n": "^9.2.2",
  41. "vue-router": "^4.1.6",
  42. "vue-json-pretty": "^2.2.3",
  43. "vue-signature-pad": "^3.0.2",
  44. "vue3-tree-org": "^4.1.1",
  45. "animate.css": "^4.1.1",
  46. "monaco-editor": "^0.34.1"
  47. },
  48. "devDependencies": {
  49. "@types/node": "^18.11.13",
  50. "@types/nprogress": "^0.2.0",
  51. "@types/sortablejs": "^1.15.0",
  52. "@typescript-eslint/eslint-plugin": "^5.46.0",
  53. "@typescript-eslint/parser": "^5.46.0",
  54. "@vitejs/plugin-vue": "^4.0.0",
  55. "@vue/compiler-sfc": "^3.2.45",
  56. "eslint": "^8.29.0",
  57. "eslint-plugin-vue": "^9.8.0",
  58. "prettier": "^2.8.1",
  59. "sass": "^1.56.2",
  60. "typescript": "^4.9.4",
  61. "vite": "^4.0.0",
  62. "vite-plugin-vue-setup-extend": "^0.4.0",
  63. "vue-eslint-parser": "^9.1.0"
  64. },
  65. "browserslist": [
  66. "> 1%",
  67. "last 2 versions",
  68. "not dead"
  69. ],
  70. "bugs": {
  71. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  72. },
  73. "engines": {
  74. "node": ">=16.0.0",
  75. "npm": ">= 7.0.0"
  76. },
  77. "keywords": [
  78. "vue",
  79. "vue3",
  80. "vuejs/vue-next",
  81. "element-ui",
  82. "element-plus",
  83. "vue-next-admin",
  84. "next-admin"
  85. ],
  86. "repository": {
  87. "type": "git",
  88. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  89. }
  90. }