package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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",
  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. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
  14. },
  15. "dependencies": {
  16. "@element-plus/icons-vue": "^1.0.0",
  17. "amis": "^2.1.0",
  18. "axios": "^0.26.0",
  19. "countup.js": "^2.1.0",
  20. "cropperjs": "^1.5.12",
  21. "echarts": "^5.3.0",
  22. "echarts-gl": "^2.0.9",
  23. "echarts-wordcloud": "^2.0.0",
  24. "element-plus": "^2.0.4",
  25. "jsplumb": "^2.15.6",
  26. "mitt": "^3.0.0",
  27. "nprogress": "^0.2.0",
  28. "print-js": "^1.6.0",
  29. "qrcodejs2-fixes": "^0.0.2",
  30. "screenfull": "^6.0.1",
  31. "sortablejs": "^1.14.0",
  32. "splitpanes": "^3.1.1",
  33. "vue": "^3.2.37",
  34. "vue-clipboard3": "^1.0.1",
  35. "vue-grid-layout": "^3.0.0-beta1",
  36. "vue-i18n": "9.1.10",
  37. "vue-router": "^4.0.13",
  38. "vuex": "^4.0.2",
  39. "wangeditor": "^4.7.12"
  40. },
  41. "devDependencies": {
  42. "@types/node": "^17.0.21",
  43. "@types/nprogress": "^0.2.0",
  44. "@types/sortablejs": "^1.10.7",
  45. "@typescript-eslint/eslint-plugin": "^5.13.0",
  46. "@typescript-eslint/parser": "^5.13.0",
  47. "@vitejs/plugin-vue": "^2.2.4",
  48. "@vue/compiler-sfc": "^3.2.31",
  49. "dotenv": "^16.0.0",
  50. "eslint": "^8.10.0",
  51. "eslint-plugin-vue": "^8.5.0",
  52. "prettier": "^2.5.1",
  53. "sass": "^1.49.9",
  54. "sass-loader": "^12.6.0",
  55. "typescript": "^4.6.2",
  56. "vite": "^2.8.6",
  57. "vue-eslint-parser": "^8.3.0"
  58. },
  59. "browserslist": [
  60. "> 1%",
  61. "last 2 versions",
  62. "not dead"
  63. ],
  64. "bugs": {
  65. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  66. },
  67. "engines": {
  68. "node": ">=12.0.0",
  69. "npm": ">= 6.0.0"
  70. },
  71. "keywords": [
  72. "vue",
  73. "vue3",
  74. "vuejs/vue-next",
  75. "element-ui",
  76. "element-plus",
  77. "vue-next-admin",
  78. "next-admin"
  79. ],
  80. "repository": {
  81. "type": "git",
  82. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  83. }
  84. }