package.json 2.5 KB

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