package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "name": "vue-next-admin",
  3. "version": "2.4.1",
  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.0.10",
  14. "@wangeditor/editor": "^5.1.23",
  15. "@wangeditor/editor-for-vue": "^5.1.12",
  16. "@microsoft/signalr": "^6.0.10",
  17. "axios": "^1.2.0",
  18. "countup.js": "^2.3.2",
  19. "cropperjs": "^1.5.13",
  20. "echarts": "^5.4.0",
  21. "echarts-gl": "^2.0.9",
  22. "echarts-wordcloud": "^2.1.0",
  23. "element-plus": "^2.2.25",
  24. "js-cookie": "^3.0.1",
  25. "js-table2excel": "^1.0.3",
  26. "jsplumb": "^2.15.6",
  27. "mitt": "^3.0.0",
  28. "nprogress": "^0.2.0",
  29. "pinia": "^2.0.27",
  30. "print-js": "^1.6.0",
  31. "qrcodejs2-fixes": "^0.0.2",
  32. "screenfull": "^6.0.2",
  33. "sortablejs": "^1.15.0",
  34. "splitpanes": "^3.1.5",
  35. "vform3-builds": "^3.0.8",
  36. "vue": "^3.2.45",
  37. "vue-clipboard3": "^2.0.0",
  38. "vue-grid-layout": "^3.0.0-beta1",
  39. "vue-i18n": "^9.2.2",
  40. "vue-router": "^4.1.6",
  41. "vue-json-pretty": "^2.2.3",
  42. "vue-signature-pad": "^3.0.2",
  43. "vue3-tree-org": "^4.1.1",
  44. "animate.css": "^4.1.1",
  45. "monaco-editor": "^0.34.1"
  46. },
  47. "devDependencies": {
  48. "@types/node": "^18.11.9",
  49. "@types/nprogress": "^0.2.0",
  50. "@types/sortablejs": "^1.15.0",
  51. "@typescript-eslint/eslint-plugin": "^5.45.0",
  52. "@typescript-eslint/parser": "^5.45.0",
  53. "@vitejs/plugin-vue": "^3.2.0",
  54. "@vue/compiler-sfc": "^3.2.45",
  55. "eslint": "^8.28.0",
  56. "eslint-plugin-vue": "^9.8.0",
  57. "prettier": "^2.8.0",
  58. "sass": "^1.56.1",
  59. "typescript": "^4.9.3",
  60. "vite": "^3.2.4",
  61. "vite-plugin-vue-setup-extend": "^0.4.0",
  62. "vue-eslint-parser": "^9.1.0"
  63. },
  64. "browserslist": [
  65. "> 1%",
  66. "last 2 versions",
  67. "not dead"
  68. ],
  69. "bugs": {
  70. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  71. },
  72. "engines": {
  73. "node": ">=14.0.0",
  74. "npm": ">= 7.0.0"
  75. },
  76. "keywords": [
  77. "vue",
  78. "vue3",
  79. "vuejs/vue-next",
  80. "element-ui",
  81. "element-plus",
  82. "vue-next-admin",
  83. "next-admin"
  84. ],
  85. "repository": {
  86. "type": "git",
  87. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  88. }
  89. }