package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. "build-api": "cd api_build/ && build.bat"
  12. },
  13. "dependencies": {
  14. "@element-plus/icons-vue": "^2.1.0",
  15. "@microsoft/signalr": "^7.0.10",
  16. "@wangeditor/editor": "^5.1.23",
  17. "@wangeditor/editor-for-vue": "^5.1.12",
  18. "animate.css": "^4.1.1",
  19. "axios": "^1.5.0",
  20. "countup.js": "^2.8.0",
  21. "cropperjs": "^1.6.0",
  22. "echarts": "^5.4.3",
  23. "echarts-gl": "^2.0.9",
  24. "echarts-wordcloud": "^2.1.0",
  25. "element-plus": "^2.3.12",
  26. "js-cookie": "^3.0.5",
  27. "js-table2excel": "^1.1.2",
  28. "jsplumb": "^2.15.6",
  29. "lodash-es": "^4.17.21",
  30. "mitt": "^3.0.1",
  31. "monaco-editor": "^0.40.0",
  32. "nprogress": "^0.2.0",
  33. "pdfjs-dist": "^3.10.111",
  34. "pinia": "^2.1.6",
  35. "print-js": "^1.6.0",
  36. "qrcodejs2-fixes": "^0.0.2",
  37. "qs": "^6.11.2",
  38. "screenfull": "^6.0.2",
  39. "sortablejs": "^1.15.0",
  40. "splitpanes": "^3.1.5",
  41. "vcrontab-3": "^3.3.22",
  42. "vform3-builds": "^3.0.10",
  43. "vue": "^3.3.4",
  44. "vue-clipboard3": "^2.0.0",
  45. "vue-demi": "^0.14.6",
  46. "vue-grid-layout": "3.0.0-beta1",
  47. "vue-i18n": "^9.2.2",
  48. "vue-json-pretty": "^2.2.4",
  49. "vue-plugin-hiprint": "0.0.54-fix",
  50. "vue-router": "^4.2.4",
  51. "vue-signature-pad": "^3.0.2",
  52. "vue3-tree-org": "^4.2.2",
  53. "xlsx-js-style": "^1.2.0"
  54. },
  55. "devDependencies": {
  56. "@types/lodash-es": "^4.17.9",
  57. "@types/node": "^20.5.8",
  58. "@types/nprogress": "^0.2.0",
  59. "@types/sortablejs": "^1.15.2",
  60. "@typescript-eslint/eslint-plugin": "^6.5.0",
  61. "@typescript-eslint/parser": "^6.5.0",
  62. "@vitejs/plugin-vue": "^4.3.4",
  63. "@vitejs/plugin-vue-jsx": "^3.0.2",
  64. "@vue/compiler-sfc": "^3.3.4",
  65. "eslint": "^8.48.0",
  66. "eslint-plugin-vue": "^9.17.0",
  67. "less": "^4.2.0",
  68. "prettier": "^3.0.3",
  69. "sass": "^1.66.1",
  70. "typescript": "^5.2.2",
  71. "vite": "^4.4.9",
  72. "vite-plugin-cdn-import": "^0.3.5",
  73. "vite-plugin-compression": "^0.5.1",
  74. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  75. "vue-eslint-parser": "^9.3.1"
  76. },
  77. "browserslist": [
  78. "> 1%",
  79. "last 2 versions",
  80. "not dead"
  81. ],
  82. "bugs": {
  83. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  84. },
  85. "engines": {
  86. "node": ">=16.0.0",
  87. "npm": ">= 7.0.0"
  88. },
  89. "keywords": [
  90. "vue",
  91. "vue3",
  92. "vuejs/vue-next",
  93. "element-ui",
  94. "element-plus",
  95. "vue-next-admin",
  96. "next-admin"
  97. ],
  98. "repository": {
  99. "type": "git",
  100. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  101. }
  102. }