package.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. "downloadjs": "^1.4.7",
  25. "echarts": "^5.3.3",
  26. "echarts-gl": "^2.0.9",
  27. "echarts-wordcloud": "^2.0.0",
  28. "element-plus": "^2.2.13",
  29. "event-source-polyfill": "^1.0.31",
  30. "jsplumb": "^2.15.6",
  31. "mitt": "^3.0.0",
  32. "nprogress": "^0.2.0",
  33. "pako": "^2.1.0",
  34. "print-js": "^1.6.0",
  35. "qrcodejs2-fixes": "^0.0.2",
  36. "screenfull": "^6.0.1",
  37. "sortablejs": "^1.14.0",
  38. "splitpanes": "^3.1.1",
  39. "uuid": "^9.0.0",
  40. "vform3-builds": "^3.0.8",
  41. "vue": "^3.2.37",
  42. "vue-baidu-map-3x": "^1.0.18",
  43. "vue-clipboard3": "^1.0.1",
  44. "vue-codemirror": "^6.1.1",
  45. "vue-grid-layout": "^3.0.0-beta1",
  46. "vue-i18n": "9.1.10",
  47. "vue-router": "^4.0.13",
  48. "vue3-cron": "^1.1.8",
  49. "vue3-json-viewer": "^2.2.2",
  50. "vuex": "^4.0.2",
  51. "wangeditor": "^4.7.12",
  52. "xlsx-with-styles": "^0.17.2"
  53. },
  54. "devDependencies": {
  55. "@types/node": "^17.0.21",
  56. "@types/nprogress": "^0.2.0",
  57. "@types/sortablejs": "^1.10.7",
  58. "@typescript-eslint/eslint-plugin": "^5.13.0",
  59. "@typescript-eslint/parser": "^5.13.0",
  60. "@vitejs/plugin-vue": "^2.2.4",
  61. "@vue/compiler-sfc": "^3.2.31",
  62. "dotenv": "^16.0.0",
  63. "eslint": "^8.10.0",
  64. "eslint-plugin-vue": "^8.5.0",
  65. "prettier": "^2.5.1",
  66. "sass": "^1.49.9",
  67. "sass-loader": "^12.6.0",
  68. "typescript": "^4.6.2",
  69. "vite": "^2.8.6",
  70. "vue-eslint-parser": "^8.3.0"
  71. },
  72. "browserslist": [
  73. "> 1%",
  74. "last 2 versions",
  75. "not dead"
  76. ],
  77. "bugs": {
  78. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  79. },
  80. "engines": {
  81. "node": ">=12.0.0",
  82. "npm": ">= 6.0.0"
  83. },
  84. "keywords": [
  85. "vue",
  86. "vue3",
  87. "vuejs/vue-next",
  88. "element-ui",
  89. "element-plus",
  90. "vue-next-admin",
  91. "next-admin"
  92. ],
  93. "repository": {
  94. "type": "git",
  95. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  96. }
  97. }