package.json 2.2 KB

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