package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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:zip": "npm run build && npm run zipAndUpload && npm run unzip",
  11. "zipAndUpload": "rm -rf iotDist.zip && zip -r -q iotDist.zip ./dist/favicon.ico ./dist/index.html ./dist/assets ./dist/imgs && ssh iot 'rm -rf /www/wwwroot/iotDist-old.zip' | ssh iot 'mv /www/wwwroot/iotDist.zip /www/wwwroot/iotDist-old.zip' | scp -r -O iotDist.zip iot:/www/wwwroot/",
  12. "unzip": "ssh iot 'cd /www/wwwroot/ && unzip -q -o -d zhgy.sagoo.cn iotDist.zip'",
  13. "deploy": "npm run build && npm run deploy:rm && npm run deploy:scp && npm run deploy:auth",
  14. "deploy:rm": "ssh iot 'rm -rf /www/wwwroot/zhgy.sagoo.cn-copy/* && rm -rf /www/wwwroot/zhgy.sagoo.cn-pre/*'",
  15. "deploy:scp": "scp -r -O ./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/* ./'",
  16. "deploy:auth": "ssh iot 'chown -R www /www/wwwroot/zhgy.sagoo.cn/'",
  17. "deploy:heating": "npm run build && npm run deploy:heating:rm && npm run deploy:heating:scp && npm run deploy:heating:auth",
  18. "deploy:heating:rm": "ssh heating 'rm -rf /www/wwwroot/huanbao.lngxny.com-copy/* && rm -rf /www/wwwroot/huanbao.lngxny.com-pre/*'",
  19. "deploy:heating:scp": "scp -r -O ./dist/* heating:/www/wwwroot/huanbao.lngxny.com-pre/ && ssh heating 'cd /www/wwwroot/huanbao.lngxny.com/ && mv `ls | grep -v plugin` ../huanbao.lngxny.com-copy && mv ../huanbao.lngxny.com-pre/* ./'",
  20. "deploy:heating:auth": "ssh heating 'chown -R www /www/wwwroot/huanbao.lngxny.com/'",
  21. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
  22. },
  23. "dependencies": {
  24. "@antv/g2plot": "^2.4.20",
  25. "@element-plus/icons-vue": "^2.0.9",
  26. "axios": "^0.26.0",
  27. "clipboard": "^2.0.11",
  28. "codemirror": "^5.65.9",
  29. "countup.js": "^2.1.0",
  30. "cropperjs": "^1.5.12",
  31. "downloadjs": "^1.4.7",
  32. "echarts": "^5.3.3",
  33. "echarts-gl": "^2.0.9",
  34. "echarts-wordcloud": "^2.0.0",
  35. "element-plus": "^2.2.28",
  36. "event-source-polyfill": "^1.0.31",
  37. "jsplumb": "^2.15.6",
  38. "mitt": "^3.0.0",
  39. "nprogress": "^0.2.0",
  40. "pako": "^1.0.11",
  41. "print-js": "^1.6.0",
  42. "qrcodejs2-fixes": "^0.0.2",
  43. "screenfull": "^6.0.1",
  44. "sortablejs": "^1.14.0",
  45. "splitpanes": "^3.1.1",
  46. "uuid": "^9.0.0",
  47. "vform3-builds": "^3.0.8",
  48. "vue": "^3.2.37",
  49. "vue-baidu-map-3x": "^1.0.18",
  50. "vue-clipboard3": "^1.0.1",
  51. "vue-codemirror": "^6.1.1",
  52. "vue-grid-layout": "^3.0.0-beta1",
  53. "vue-i18n": "9.1.10",
  54. "vue-router": "^4.0.13",
  55. "vue3-cron": "^1.1.8",
  56. "vue3-json-viewer": "^2.2.2",
  57. "vuex": "^4.0.2",
  58. "wangeditor": "^4.7.12",
  59. "xlsx-with-styles": "^0.17.2"
  60. },
  61. "devDependencies": {
  62. "@types/node": "^17.0.21",
  63. "@types/nprogress": "^0.2.0",
  64. "@types/sortablejs": "^1.10.7",
  65. "@typescript-eslint/eslint-plugin": "^5.13.0",
  66. "@typescript-eslint/parser": "^5.13.0",
  67. "@vitejs/plugin-vue": "^2.2.4",
  68. "@vue/compiler-sfc": "^3.2.31",
  69. "dotenv": "^16.0.0",
  70. "eslint": "^8.10.0",
  71. "eslint-plugin-vue": "^8.5.0",
  72. "prettier": "^2.5.1",
  73. "sass": "^1.49.9",
  74. "sass-loader": "^12.6.0",
  75. "typescript": "^4.6.2",
  76. "vite": "^2.8.6",
  77. "vue-eslint-parser": "^8.3.0"
  78. },
  79. "browserslist": [
  80. "> 1%",
  81. "last 2 versions",
  82. "not dead"
  83. ],
  84. "bugs": {
  85. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  86. },
  87. "engines": {
  88. "node": ">=12.0.0",
  89. "npm": ">= 6.0.0"
  90. },
  91. "keywords": [
  92. "vue",
  93. "vue3",
  94. "vuejs/vue-next",
  95. "element-ui",
  96. "element-plus",
  97. "vue-next-admin",
  98. "next-admin"
  99. ],
  100. "repository": {
  101. "type": "git",
  102. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  103. }
  104. }