package.json 2.5 KB

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