package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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 'mv /www/wwwroot/zhgy.sagoo.cn/* /www/wwwroot/zhgy.sagoo.cn-copy && mv /www/wwwroot/zhgy.sagoo.cn-pre/* /www/wwwroot/zhgy.sagoo.cn'",
  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. "amis": "^2.1.1-beta.2",
  20. "axios": "^0.26.0",
  21. "clipboard": "^2.0.11",
  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. "jsplumb": "^2.15.6",
  29. "mitt": "^3.0.0",
  30. "nprogress": "^0.2.0",
  31. "print-js": "^1.6.0",
  32. "qrcodejs2-fixes": "^0.0.2",
  33. "screenfull": "^6.0.1",
  34. "sortablejs": "^1.14.0",
  35. "splitpanes": "^3.1.1",
  36. "uuid": "^9.0.0",
  37. "vue": "^3.2.37",
  38. "vue-baidu-map-3x": "^1.0.18",
  39. "vue-clipboard3": "^1.0.1",
  40. "vue-codemirror": "^6.1.1",
  41. "vue-grid-layout": "^3.0.0-beta1",
  42. "vue-i18n": "9.1.10",
  43. "vue-router": "^4.0.13",
  44. "vue3-json-viewer": "^2.2.2",
  45. "vuex": "^4.0.2",
  46. "wangeditor": "^4.7.12"
  47. },
  48. "devDependencies": {
  49. "@types/node": "^17.0.21",
  50. "@types/nprogress": "^0.2.0",
  51. "@types/sortablejs": "^1.10.7",
  52. "@typescript-eslint/eslint-plugin": "^5.13.0",
  53. "@typescript-eslint/parser": "^5.13.0",
  54. "@vitejs/plugin-vue": "^2.2.4",
  55. "@vue/compiler-sfc": "^3.2.31",
  56. "dotenv": "^16.0.0",
  57. "eslint": "^8.10.0",
  58. "eslint-plugin-vue": "^8.5.0",
  59. "prettier": "^2.5.1",
  60. "sass": "^1.49.9",
  61. "sass-loader": "^12.6.0",
  62. "typescript": "^4.6.2",
  63. "vite": "^2.8.6",
  64. "vue-eslint-parser": "^8.3.0"
  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": ">=12.0.0",
  76. "npm": ">= 6.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. }