package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. "mitt": "^3.0.0",
  29. "monaco-editor": "^0.34.1",
  30. "nprogress": "^0.2.0",
  31. "pinia": "^2.0.33",
  32. "print-js": "^1.6.0",
  33. "qrcodejs2-fixes": "^0.0.2",
  34. "qs": "^6.11.1",
  35. "screenfull": "^6.0.2",
  36. "sortablejs": "^1.15.0",
  37. "splitpanes": "^3.1.5",
  38. "vform3-builds": "^3.0.8",
  39. "vue": "^3.2.47",
  40. "vue-clipboard3": "^2.0.0",
  41. "vue-grid-layout": "^3.0.0-beta1",
  42. "vue-i18n": "^9.2.2",
  43. "vue-json-pretty": "^2.2.3",
  44. "vue-router": "^4.1.6",
  45. "vue-signature-pad": "^3.0.2",
  46. "vue3-tree-org": "^4.1.1",
  47. "xlsx-js-style": "^1.2.0"
  48. },
  49. "devDependencies": {
  50. "@types/node": "^18.15.0",
  51. "@types/nprogress": "^0.2.0",
  52. "@types/sortablejs": "^1.15.0",
  53. "@typescript-eslint/eslint-plugin": "^5.54.1",
  54. "@typescript-eslint/parser": "^5.54.1",
  55. "@vitejs/plugin-vue": "^4.0.0",
  56. "@vue/compiler-sfc": "^3.2.47",
  57. "eslint": "^8.35.0",
  58. "eslint-plugin-vue": "^9.9.0",
  59. "prettier": "^2.8.4",
  60. "sass": "^1.58.3",
  61. "typescript": "^4.9.5",
  62. "vite": "^4.1.4",
  63. "vite-plugin-vue-setup-extend": "^0.4.0",
  64. "vue-eslint-parser": "^9.1.0"
  65. },
  66. "browserslist": [
  67. "> 1%",
  68. "last 2 versions",
  69. "not dead"
  70. ],
  71. "bugs": {
  72. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  73. },
  74. "engines": {
  75. "node": ">=16.0.0",
  76. "npm": ">= 7.0.0"
  77. },
  78. "keywords": [
  79. "vue",
  80. "vue3",
  81. "vuejs/vue-next",
  82. "element-ui",
  83. "element-plus",
  84. "vue-next-admin",
  85. "next-admin"
  86. ],
  87. "repository": {
  88. "type": "git",
  89. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  90. }
  91. }