package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "name": "vue-next-admin",
  3. "version": "2.4.33",
  4. "description": "vue3 vite next admin template",
  5. "author": "lyt_20201208",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  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.1.0",
  14. "@microsoft/signalr": "^7.0.7",
  15. "@wangeditor/editor": "^5.1.23",
  16. "@wangeditor/editor-for-vue": "^5.1.12",
  17. "animate.css": "^4.1.1",
  18. "axios": "^1.4.0",
  19. "countup.js": "^2.6.2",
  20. "cropperjs": "^1.5.13",
  21. "echarts": "^5.4.2",
  22. "echarts-gl": "^2.0.9",
  23. "echarts-wordcloud": "^2.1.0",
  24. "element-plus": "^2.3.7",
  25. "js-cookie": "^3.0.5",
  26. "js-table2excel": "^1.1.2",
  27. "jsplumb": "^2.15.6",
  28. "lodash-es": "^4.17.21",
  29. "mitt": "^3.0.0",
  30. "monaco-editor": "^0.39.0",
  31. "nprogress": "^0.2.0",
  32. "pinia": "^2.1.4",
  33. "print-js": "^1.6.0",
  34. "qrcodejs2-fixes": "^0.0.2",
  35. "qs": "^6.11.2",
  36. "screenfull": "^6.0.2",
  37. "sortablejs": "^1.15.0",
  38. "splitpanes": "^3.1.5",
  39. "vform3-builds": "^3.0.10",
  40. "vue": "^3.3.4",
  41. "vue-clipboard3": "^2.0.0",
  42. "vue-demi": "^0.14.5",
  43. "vue-grid-layout": "^3.0.0-beta1",
  44. "vue-i18n": "^9.2.2",
  45. "vue-json-pretty": "^2.2.4",
  46. "vue-router": "^4.2.2",
  47. "vue-signature-pad": "^3.0.2",
  48. "vue3-tree-org": "^4.2.2",
  49. "xlsx-js-style": "^1.2.0",
  50. "sv-print": "^0.1.12",
  51. "@sv-print/vue3": "^0.1.12",
  52. "@sv-print/hiprint": "^0.1.15",
  53. "@vitejs/plugin-vue-jsx": "^3.0.1"
  54. },
  55. "devDependencies": {
  56. "@types/lodash-es": "^4.17.7",
  57. "@types/node": "^18.15.11",
  58. "@types/nprogress": "^0.2.0",
  59. "@types/sortablejs": "^1.15.1",
  60. "@typescript-eslint/eslint-plugin": "^5.58.0",
  61. "@typescript-eslint/parser": "^5.58.0",
  62. "@vitejs/plugin-vue": "^4.1.0",
  63. "@vue/compiler-sfc": "^3.2.47",
  64. "eslint": "^8.38.0",
  65. "eslint-plugin-vue": "^9.10.0",
  66. "prettier": "^2.8.7",
  67. "sass": "^1.61.0",
  68. "typescript": "^5.0.4",
  69. "vite": "^4.2.1",
  70. "vite-plugin-cdn-import": "^0.3.5",
  71. "vite-plugin-compression": "^0.5.1",
  72. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  73. "vue-eslint-parser": "^9.1.1"
  74. },
  75. "browserslist": [
  76. "> 1%",
  77. "last 2 versions",
  78. "not dead"
  79. ],
  80. "bugs": {
  81. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  82. },
  83. "engines": {
  84. "node": ">=16.0.0",
  85. "npm": ">= 7.0.0"
  86. },
  87. "keywords": [
  88. "vue",
  89. "vue3",
  90. "vuejs/vue-next",
  91. "element-ui",
  92. "element-plus",
  93. "vue-next-admin",
  94. "next-admin"
  95. ],
  96. "repository": {
  97. "type": "git",
  98. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  99. }
  100. }