package.json 2.3 KB

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