package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "name": "vue-next-admin",
  3. "version": "2.4.31",
  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.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.4",
  19. "countup.js": "^2.5.0",
  20. "cropperjs": "^1.5.13",
  21. "echarts": "^5.4.1",
  22. "echarts-gl": "^2.0.9",
  23. "echarts-wordcloud": "^2.1.0",
  24. "element-plus": "^2.2.36",
  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.33",
  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-grid-layout": "^3.0.0-beta1",
  43. "vue-i18n": "^9.2.2",
  44. "vue-json-pretty": "^2.2.3",
  45. "vue-router": "^4.1.6",
  46. "vue-signature-pad": "^3.0.2",
  47. "vue3-tree-org": "^4.1.1",
  48. "xlsx-js-style": "^1.2.0"
  49. },
  50. "devDependencies": {
  51. "@types/lodash-es": "^4.17.7",
  52. "@types/node": "^18.15.0",
  53. "@types/nprogress": "^0.2.0",
  54. "@types/sortablejs": "^1.15.0",
  55. "@typescript-eslint/eslint-plugin": "^5.54.1",
  56. "@typescript-eslint/parser": "^5.54.1",
  57. "@vitejs/plugin-vue": "^4.0.0",
  58. "@vue/compiler-sfc": "^3.2.47",
  59. "eslint": "^8.35.0",
  60. "eslint-plugin-vue": "^9.9.0",
  61. "prettier": "^2.8.4",
  62. "sass": "^1.58.3",
  63. "typescript": "^4.9.5",
  64. "vite": "^4.1.4",
  65. "vite-plugin-vue-setup-extend": "^0.4.0",
  66. "vue-eslint-parser": "^9.1.0"
  67. },
  68. "browserslist": [
  69. "> 1%",
  70. "last 2 versions",
  71. "not dead"
  72. ],
  73. "bugs": {
  74. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  75. },
  76. "engines": {
  77. "node": ">=16.0.0",
  78. "npm": ">= 7.0.0"
  79. },
  80. "keywords": [
  81. "vue",
  82. "vue3",
  83. "vuejs/vue-next",
  84. "element-ui",
  85. "element-plus",
  86. "vue-next-admin",
  87. "next-admin"
  88. ],
  89. "repository": {
  90. "type": "git",
  91. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  92. }
  93. }