package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "name": "vue-next-admin",
  3. "version": "2.4.21",
  4. "description": "vue3 vite next admin template",
  5. "author": "lyt_20201208",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite --force --mode development",
  9. "dev:workerman": "vite --force --mode workerman",
  10. "build": "vite build",
  11. "build:test": "set NODE_ENV=test && vite build --mode test ",
  12. "build:company": "set NODE_ENV=company && vite build --mode company ",
  13. "build:customer": "set NODE_ENV=customer && vite build --mode customer ",
  14. "build:release": "set NODE_ENV=release && vite build --mode release ",
  15. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
  16. },
  17. "dependencies": {
  18. "@element-plus/icons-vue": "^2.1.0",
  19. "@wangeditor/editor": "^5.1.23",
  20. "@wangeditor/editor-for-vue": "^5.1.12",
  21. "await-to-js": "^3.0.0",
  22. "axios": "^1.4.0",
  23. "countup.js": "^2.6.2",
  24. "cropperjs": "^1.5.13",
  25. "echarts": "^5.4.2",
  26. "echarts-gl": "^2.0.9",
  27. "echarts-wordcloud": "^2.1.0",
  28. "element-plus": "^2.3.7",
  29. "js-cookie": "^3.0.5",
  30. "js-md5": "^0.7.3",
  31. "js-table2excel": "^1.1.2",
  32. "jsplumb": "^2.15.6",
  33. "lodash": "^4.17.21",
  34. "mitt": "^3.0.0",
  35. "nprogress": "^0.2.0",
  36. "pinia": "^2.1.4",
  37. "print-js": "^1.6.0",
  38. "qrcodejs2-fixes": "^0.0.2",
  39. "qs": "^6.11.2",
  40. "screenfull": "^6.0.2",
  41. "sortablejs": "^1.15.0",
  42. "splitpanes": "^3.1.5",
  43. "vue": "^3.3.4",
  44. "vue-clipboard3": "^2.0.0",
  45. "vue-grid-layout": "3.0.0-beta1",
  46. "vue-i18n": "^9.2.2",
  47. "vue-router": "^4.2.2",
  48. "vue-vuecmf-dialog": "^1.4.8"
  49. },
  50. "devDependencies": {
  51. "@types/lodash": "^4.14.195",
  52. "@types/node": "^18.16.18",
  53. "@types/nprogress": "^0.2.0",
  54. "@types/sortablejs": "^1.15.1",
  55. "@typescript-eslint/eslint-plugin": "^5.60.1",
  56. "@typescript-eslint/parser": "^5.60.1",
  57. "@vitejs/plugin-vue": "^4.2.3",
  58. "@vitejs/plugin-vue-jsx": "^3.0.1",
  59. "@vue/compiler-sfc": "^3.3.4",
  60. "prettier": "^2.8.8",
  61. "sass": "^1.63.6",
  62. "typescript": "^4.9.5",
  63. "vite": "^4.3.9",
  64. "vite-plugin-vue-setup-extend": "^0.4.0",
  65. "vue-eslint-parser": "^9.3.1"
  66. },
  67. "browserslist": [
  68. "> 1%",
  69. "last 2 versions",
  70. "not dead"
  71. ],
  72. "bugs": {
  73. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  74. },
  75. "engines": {
  76. "node": ">=16.0.0",
  77. "npm": ">= 7.0.0"
  78. },
  79. "keywords": [
  80. "vue",
  81. "vue3",
  82. "vuejs/vue-next",
  83. "element-ui",
  84. "element-plus",
  85. "vue-next-admin",
  86. "next-admin"
  87. ],
  88. "repository": {
  89. "type": "git",
  90. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  91. }
  92. }