package.json 2.5 KB

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