package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "name": "vue-next-admin",
  3. "version": "2.2.0",
  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.6",
  14. "@wangeditor/editor": "^5.1.11",
  15. "@microsoft/signalr": "^6.0.10",
  16. "axios": "^0.27.2",
  17. "countup.js": "^2.3.2",
  18. "cropperjs": "^1.5.12",
  19. "echarts": "^5.3.3",
  20. "echarts-gl": "^2.0.9",
  21. "echarts-wordcloud": "^2.0.0",
  22. "element-plus": "^2.2.9",
  23. "js-cookie": "^3.0.1",
  24. "jsplumb": "^2.15.6",
  25. "mitt": "^3.0.0",
  26. "nprogress": "^0.2.0",
  27. "pinia": "^2.0.16",
  28. "print-js": "^1.6.0",
  29. "qrcodejs2-fixes": "^0.0.2",
  30. "screenfull": "^6.0.2",
  31. "sortablejs": "^1.15.0",
  32. "splitpanes": "^3.1.1",
  33. "vform3-builds": "^3.0.8",
  34. "vue": "^3.2.37",
  35. "vue-clipboard3": "^2.0.0",
  36. "vue-grid-layout": "^3.0.0-beta1",
  37. "vue-i18n": "^9.2.2",
  38. "vue-router": "^4.1.2",
  39. "vue-json-pretty": "^2.2.2"
  40. },
  41. "devDependencies": {
  42. "@types/node": "^18.0.6",
  43. "@types/nprogress": "^0.2.0",
  44. "@types/sortablejs": "^1.13.0",
  45. "@typescript-eslint/eslint-plugin": "^5.30.7",
  46. "@typescript-eslint/parser": "^5.30.7",
  47. "@vitejs/plugin-vue": "^3.1.0",
  48. "@vue/compiler-sfc": "^3.2.37",
  49. "dotenv": "^16.0.1",
  50. "eslint": "^8.20.0",
  51. "eslint-plugin-vue": "^9.2.0",
  52. "prettier": "^2.7.1",
  53. "sass": "^1.53.0",
  54. "sass-loader": "^13.0.2",
  55. "typescript": "^4.7.4",
  56. "vite": "^3.0.4",
  57. "vue-eslint-parser": "^9.0.3"
  58. },
  59. "browserslist": [
  60. "> 1%",
  61. "last 2 versions",
  62. "not dead"
  63. ],
  64. "bugs": {
  65. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  66. },
  67. "engines": {
  68. "node": ">=12.0.0",
  69. "npm": ">= 6.0.0"
  70. },
  71. "keywords": [
  72. "vue",
  73. "vue3",
  74. "vuejs/vue-next",
  75. "element-ui",
  76. "element-plus",
  77. "vue-next-admin",
  78. "next-admin"
  79. ],
  80. "repository": {
  81. "type": "git",
  82. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  83. }
  84. }