package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 --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.3.1",
  14. "@wangeditor/editor": "^5.1.23",
  15. "@wangeditor/editor-for-vue": "^5.1.12",
  16. "axios": "^1.6.8",
  17. "countup.js": "^2.8.0",
  18. "cropperjs": "^1.6.1",
  19. "echarts": "^5.5.0",
  20. "echarts-gl": "^2.0.9",
  21. "echarts-wordcloud": "^2.1.0",
  22. "element-plus": "^2.6.1",
  23. "js-cookie": "^3.0.5",
  24. "js-table2excel": "^1.1.2",
  25. "jsplumb": "^2.15.6",
  26. "mitt": "^3.0.1",
  27. "nprogress": "^0.2.0",
  28. "pinia": "^2.1.7",
  29. "print-js": "^1.6.0",
  30. "qrcodejs2-fixes": "^0.0.2",
  31. "qs": "^6.12.0",
  32. "screenfull": "^6.0.2",
  33. "sortablejs": "^1.15.2",
  34. "splitpanes": "^3.1.5",
  35. "vue": "^3.4.21",
  36. "vue-clipboard3": "^2.0.0",
  37. "vue-demi": "^0.14.7",
  38. "vue-grid-layout": "^3.0.0-beta1",
  39. "vue-i18n": "^9.10.2",
  40. "vue-router": "^4.3.0"
  41. },
  42. "devDependencies": {
  43. "@types/node": "^20.11.28",
  44. "@types/nprogress": "^0.2.3",
  45. "@types/sortablejs": "^1.15.8",
  46. "@typescript-eslint/eslint-plugin": "^7.2.0",
  47. "@typescript-eslint/parser": "^7.2.0",
  48. "@vitejs/plugin-vue": "^5.0.4",
  49. "@vue/compiler-sfc": "^3.4.21",
  50. "eslint": "^8.57.0",
  51. "eslint-plugin-vue": "^9.23.0",
  52. "prettier": "^3.2.5",
  53. "sass": "^1.72.0",
  54. "typescript": "^5.4.2",
  55. "vite": "^5.1.6",
  56. "vite-plugin-cdn-import": "^0.3.5",
  57. "vite-plugin-compression": "^0.5.1",
  58. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  59. "vue-eslint-parser": "^9.4.2"
  60. },
  61. "browserslist": [
  62. "> 1%",
  63. "last 2 versions",
  64. "not dead"
  65. ],
  66. "bugs": {
  67. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  68. },
  69. "engines": {
  70. "node": ">=16.0.0",
  71. "npm": ">= 7.0.0"
  72. },
  73. "keywords": [
  74. "vue",
  75. "vue3",
  76. "vuejs/vue-next",
  77. "element-ui",
  78. "element-plus",
  79. "vue-next-admin",
  80. "next-admin"
  81. ],
  82. "repository": {
  83. "type": "git",
  84. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  85. }
  86. }