package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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": "^6.0.10",
  15. "@wangeditor/editor": "^5.1.23",
  16. "@wangeditor/editor-for-vue": "^5.1.12",
  17. "animate.css": "^4.1.1",
  18. "axios": "^1.3.5",
  19. "countup.js": "^2.6.0",
  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.3",
  25. "js-cookie": "^3.0.1",
  26. "js-table2excel": "^1.0.3",
  27. "jsplumb": "^2.15.6",
  28. "lodash-es": "^4.17.21",
  29. "mitt": "^3.0.0",
  30. "monaco-editor": "^0.34.1",
  31. "nprogress": "^0.2.0",
  32. "pinia": "^2.0.34",
  33. "print-js": "^1.6.0",
  34. "qrcodejs2-fixes": "^0.0.2",
  35. "qs": "^6.11.1",
  36. "screenfull": "^6.0.2",
  37. "sortablejs": "^1.15.0",
  38. "splitpanes": "^3.1.5",
  39. "vform3-builds": "^3.0.8",
  40. "vue": "^3.2.47",
  41. "vue-clipboard3": "^2.0.0",
  42. "vue-demi": "^0.13.11",
  43. "vue-grid-layout": "^3.0.0-beta1",
  44. "vue-i18n": "^9.2.2",
  45. "vue-json-pretty": "^2.2.3",
  46. "vue-router": "^4.1.6",
  47. "vue-signature-pad": "^3.0.2",
  48. "vue3-tree-org": "^4.1.1",
  49. "xlsx-js-style": "^1.2.0",
  50. "sv-print": "^0.1.8",
  51. "@sv-print/vue3": "^0.1.8",
  52. "@sv-print/hiprint": "^0.1.8"
  53. },
  54. "devDependencies": {
  55. "@types/lodash-es": "^4.17.7",
  56. "@types/node": "^18.15.11",
  57. "@types/nprogress": "^0.2.0",
  58. "@types/sortablejs": "^1.15.1",
  59. "@typescript-eslint/eslint-plugin": "^5.58.0",
  60. "@typescript-eslint/parser": "^5.58.0",
  61. "@vitejs/plugin-vue": "^4.1.0",
  62. "@vue/compiler-sfc": "^3.2.47",
  63. "eslint": "^8.38.0",
  64. "eslint-plugin-vue": "^9.10.0",
  65. "prettier": "^2.8.7",
  66. "sass": "^1.61.0",
  67. "typescript": "^5.0.4",
  68. "vite": "^4.2.1",
  69. "vite-plugin-cdn-import": "^0.3.5",
  70. "vite-plugin-compression": "^0.5.1",
  71. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  72. "vue-eslint-parser": "^9.1.1"
  73. },
  74. "browserslist": [
  75. "> 1%",
  76. "last 2 versions",
  77. "not dead"
  78. ],
  79. "bugs": {
  80. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  81. },
  82. "engines": {
  83. "node": ">=16.0.0",
  84. "npm": ">= 7.0.0"
  85. },
  86. "keywords": [
  87. "vue",
  88. "vue3",
  89. "vuejs/vue-next",
  90. "element-ui",
  91. "element-plus",
  92. "vue-next-admin",
  93. "next-admin"
  94. ],
  95. "repository": {
  96. "type": "git",
  97. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  98. }
  99. }