package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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-cron": "^1.1.8",
  47. "vue3-json-viewer": "^2.2.2",
  48. "vuex": "^4.0.2",
  49. "wangeditor": "^4.7.12"
  50. },
  51. "devDependencies": {
  52. "@types/node": "^17.0.21",
  53. "@types/nprogress": "^0.2.0",
  54. "@types/sortablejs": "^1.10.7",
  55. "@typescript-eslint/eslint-plugin": "^5.13.0",
  56. "@typescript-eslint/parser": "^5.13.0",
  57. "@vitejs/plugin-vue": "^2.2.4",
  58. "@vue/compiler-sfc": "^3.2.31",
  59. "dotenv": "^16.0.0",
  60. "eslint": "^8.10.0",
  61. "eslint-plugin-vue": "^8.5.0",
  62. "prettier": "^2.5.1",
  63. "sass": "^1.49.9",
  64. "sass-loader": "^12.6.0",
  65. "typescript": "^4.6.2",
  66. "vite": "^2.8.6",
  67. "vue-eslint-parser": "^8.3.0"
  68. },
  69. "browserslist": [
  70. "> 1%",
  71. "last 2 versions",
  72. "not dead"
  73. ],
  74. "bugs": {
  75. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  76. },
  77. "engines": {
  78. "node": ">=12.0.0",
  79. "npm": ">= 6.0.0"
  80. },
  81. "keywords": [
  82. "vue",
  83. "vue3",
  84. "vuejs/vue-next",
  85. "element-ui",
  86. "element-plus",
  87. "vue-next-admin",
  88. "next-admin"
  89. ],
  90. "repository": {
  91. "type": "git",
  92. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  93. }
  94. }