package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. "build": "vite build",
  10. "build:test": "set NODE_ENV=test && vite build --mode test ",
  11. "build:company": "set NODE_ENV=company && vite build --mode company ",
  12. "build:customer": "set NODE_ENV=customer && vite build --mode customer ",
  13. "build:release": "set NODE_ENV=release && vite build --mode release ",
  14. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
  15. },
  16. "dependencies": {
  17. "@element-plus/icons-vue": "^2.0.10",
  18. "@wangeditor/editor": "^5.1.23",
  19. "@wangeditor/editor-for-vue": "^5.1.12",
  20. "await-to-js": "^3.0.0",
  21. "axios": "^1.2.1",
  22. "countup.js": "^2.3.2",
  23. "cropperjs": "^1.5.13",
  24. "echarts": "^5.4.1",
  25. "echarts-gl": "^2.0.9",
  26. "echarts-wordcloud": "^2.1.0",
  27. "element-plus": "^2.2.26",
  28. "js-cookie": "^3.0.1",
  29. "js-md5": "^0.7.3",
  30. "js-table2excel": "^1.0.3",
  31. "jsplumb": "^2.15.6",
  32. "mitt": "^3.0.0",
  33. "nprogress": "^0.2.0",
  34. "pinia": "^2.0.28",
  35. "print-js": "^1.6.0",
  36. "qrcodejs2-fixes": "^0.0.2",
  37. "qs": "^6.11.0",
  38. "screenfull": "^6.0.2",
  39. "sortablejs": "^1.15.0",
  40. "splitpanes": "^3.1.5",
  41. "vue": "^3.2.45",
  42. "vue-clipboard3": "^2.0.0",
  43. "vue-grid-layout": "^3.0.0-beta1",
  44. "vue-i18n": "^9.2.2",
  45. "vue-router": "^4.1.6",
  46. "vue-vuecmf-dialog": "^1.4.8"
  47. },
  48. "devDependencies": {
  49. "@types/node": "^18.11.13",
  50. "@types/nprogress": "^0.2.0",
  51. "@types/sortablejs": "^1.15.0",
  52. "@typescript-eslint/eslint-plugin": "^5.46.0",
  53. "@typescript-eslint/parser": "^5.46.0",
  54. "@vitejs/plugin-vue": "^4.0.0",
  55. "@vue/compiler-sfc": "^3.2.45",
  56. "eslint": "^8.29.0",
  57. "eslint-plugin-vue": "^9.8.0",
  58. "prettier": "^2.8.1",
  59. "sass": "^1.56.2",
  60. "typescript": "^4.9.4",
  61. "vite": "^4.0.0",
  62. "vite-plugin-vue-setup-extend": "^0.4.0",
  63. "vue-eslint-parser": "^9.1.0"
  64. },
  65. "browserslist": [
  66. "> 1%",
  67. "last 2 versions",
  68. "not dead"
  69. ],
  70. "bugs": {
  71. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  72. },
  73. "engines": {
  74. "node": ">=16.0.0",
  75. "npm": ">= 7.0.0"
  76. },
  77. "keywords": [
  78. "vue",
  79. "vue3",
  80. "vuejs/vue-next",
  81. "element-ui",
  82. "element-plus",
  83. "vue-next-admin",
  84. "next-admin"
  85. ],
  86. "repository": {
  87. "type": "git",
  88. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  89. }
  90. }