package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "name": "vue-next-admin",
  3. "version": "2.0.2",
  4. "description": "vue3 vite next admin template",
  5. "author": "lyt_20201208",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite --force",
  9. "build": "vite build",
  10. "deploy": "npm run build && npm run deploy:rm && npm run deploy:scp && npm run deploy:auth",
  11. "deploy:rm": "ssh iot 'rm -rf /www/wwwroot/zhgy.sagoo.cn-copy/* && rm -rf /www/wwwroot/zhgy.sagoo.cn-pre/*'",
  12. "deploy:scp": "scp -r ./dist/* iot:/www/wwwroot/zhgy.sagoo.cn-pre/ && ssh iot 'cd /www/wwwroot/zhgy.sagoo.cn/ && mv `ls | grep -v plugin` ../zhgy.sagoo.cn-copy && mv ../zhgy.sagoo.cn-pre/* ./'",
  13. "deploy:auth": "ssh iot 'chown -R www /www/wwwroot/zhgy.sagoo.cn/'",
  14. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
  15. },
  16. "dependencies": {
  17. "@antv/g2plot": "^2.4.20",
  18. "@element-plus/icons-vue": "^2.0.9",
  19. "axios": "^0.26.0",
  20. "clipboard": "^2.0.11",
  21. "codemirror": "^5.65.9",
  22. "countup.js": "^2.1.0",
  23. "cropperjs": "^1.5.12",
  24. "echarts": "^5.3.3",
  25. "echarts-gl": "^2.0.9",
  26. "echarts-wordcloud": "^2.0.0",
  27. "element-plus": "^2.2.13",
  28. "event-source-polyfill": "^1.0.31",
  29. "jsplumb": "^2.15.6",
  30. "mitt": "^3.0.0",
  31. "nprogress": "^0.2.0",
  32. "print-js": "^1.6.0",
  33. "qrcodejs2-fixes": "^0.0.2",
  34. "screenfull": "^6.0.1",
  35. "sortablejs": "^1.14.0",
  36. "splitpanes": "^3.1.1",
  37. "uuid": "^9.0.0",
  38. "vform3-builds": "^3.0.8",
  39. "vue": "^3.2.37",
  40. "vue-baidu-map-3x": "^1.0.18",
  41. "vue-clipboard3": "^1.0.1",
  42. "vue-codemirror": "^6.1.1",
  43. "vue-grid-layout": "^3.0.0-beta1",
  44. "vue-i18n": "9.1.10",
  45. "vue-router": "^4.0.13",
  46. "vue3-json-viewer": "^2.2.2",
  47. "vuex": "^4.0.2",
  48. "wangeditor": "^4.7.12"
  49. },
  50. "devDependencies": {
  51. "@types/node": "^17.0.21",
  52. "@types/nprogress": "^0.2.0",
  53. "@types/sortablejs": "^1.10.7",
  54. "@typescript-eslint/eslint-plugin": "^5.13.0",
  55. "@typescript-eslint/parser": "^5.13.0",
  56. "@vitejs/plugin-vue": "^2.2.4",
  57. "@vue/compiler-sfc": "^3.2.31",
  58. "dotenv": "^16.0.0",
  59. "eslint": "^8.10.0",
  60. "eslint-plugin-vue": "^8.5.0",
  61. "prettier": "^2.5.1",
  62. "sass": "^1.49.9",
  63. "sass-loader": "^12.6.0",
  64. "typescript": "^4.6.2",
  65. "vite": "^2.8.6",
  66. "vue-eslint-parser": "^8.3.0"
  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": ">=12.0.0",
  78. "npm": ">= 6.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. }