package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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-clipboard3": "^1.0.1",
  36. "vue-grid-layout": "^3.0.0-beta1",
  37. "vue-i18n": "9.1.10",
  38. "vue-router": "^4.0.13",
  39. "vuex": "^4.0.2",
  40. "wangeditor": "^4.7.12"
  41. },
  42. "devDependencies": {
  43. "@types/node": "^17.0.21",
  44. "@types/nprogress": "^0.2.0",
  45. "@types/sortablejs": "^1.10.7",
  46. "@typescript-eslint/eslint-plugin": "^5.13.0",
  47. "@typescript-eslint/parser": "^5.13.0",
  48. "@vitejs/plugin-vue": "^2.2.4",
  49. "@vue/compiler-sfc": "^3.2.31",
  50. "dotenv": "^16.0.0",
  51. "eslint": "^8.10.0",
  52. "eslint-plugin-vue": "^8.5.0",
  53. "prettier": "^2.5.1",
  54. "sass": "^1.49.9",
  55. "sass-loader": "^12.6.0",
  56. "typescript": "^4.6.2",
  57. "vite": "^2.8.6",
  58. "vue-eslint-parser": "^8.3.0"
  59. },
  60. "browserslist": [
  61. "> 1%",
  62. "last 2 versions",
  63. "not dead"
  64. ],
  65. "bugs": {
  66. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  67. },
  68. "engines": {
  69. "node": ">=12.0.0",
  70. "npm": ">= 6.0.0"
  71. },
  72. "keywords": [
  73. "vue",
  74. "vue3",
  75. "vuejs/vue-next",
  76. "element-ui",
  77. "element-plus",
  78. "vue-next-admin",
  79. "next-admin"
  80. ],
  81. "repository": {
  82. "type": "git",
  83. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  84. }
  85. }