package.json 2.7 KB

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