package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "name": "sagoo-admin-ui",
  3. "version": "v2.1.1",
  4. "description": "vue3 vite next admin template",
  5. "author": "lyt_20201208",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite --force",
  9. "dev:go": "vite --force --mode go",
  10. "build": "vite build && npm run getVersion",
  11. "build:dev": "vite build --mode development && npm run getVersion",
  12. "build:golocal": "vite build --mode golocal && npm run getVersion",
  13. "build:open": "vite build --mode open && npm run getVersion",
  14. "getVersion": "node ./getVersion.mjs",
  15. "updateVersion:small": "node ./updateVersion.mjs --patch",
  16. "updateVersion:mid": "node ./updateVersion.mjs --minor",
  17. "updateVersion:big": "node ./updateVersion.mjs --major"
  18. },
  19. "dependencies": {
  20. "@antv/g2plot": "2.4.20",
  21. "@element-plus/icons-vue": "2.0.9",
  22. "axios": "0.26.0",
  23. "clipboard": "2.0.11",
  24. "codemirror": "5.65.16",
  25. "codemirror-editor-vue3": "2.5.8",
  26. "countup.js": "2.1.0",
  27. "cropperjs": "1.5.12",
  28. "dayjs": "1.11.8",
  29. "downloadjs": "1.4.7",
  30. "echarts": "5.5.0",
  31. "echarts-gl": "2.0.9",
  32. "echarts-wordcloud": "2.0.0",
  33. "element-plus": "2.2.28",
  34. "event-source-polyfill": "1.0.31",
  35. "js-cookie": "3.0.5",
  36. "jsplumb": "2.15.6",
  37. "jsrsasign": "10.8.6",
  38. "loadsh": "0.0.4",
  39. "mitt": "3.0.0",
  40. "nprogress": "0.2.0",
  41. "pako": "1.0.11",
  42. "print-js": "1.6.0",
  43. "province-city-china": "8.5.7",
  44. "qrcodejs2-fixes": "0.0.2",
  45. "sass": "^1.78.0",
  46. "sass-loader": "^16.0.1",
  47. "screenfull": "6.0.1",
  48. "semver": "7.6.2",
  49. "sortablejs": "1.14.0",
  50. "splitpanes": "3.1.1",
  51. "uuid": "9.0.0",
  52. "vform3-builds": "3.0.8",
  53. "vue": "3.2.37",
  54. "vue-clipboard3": "1.0.1",
  55. "vue-grid-layout": "3.0.0-beta1",
  56. "vue-i18n": "9.1.10",
  57. "vue-router": "4.0.13",
  58. "vue3-clipboard": "1.0.0",
  59. "vue3-cron": "1.1.8",
  60. "vue3-json-viewer": "2.2.2",
  61. "vuex": "4.0.2",
  62. "wangeditor": "4.7.12",
  63. "xlsx-with-styles": "0.17.2"
  64. },
  65. "devDependencies": {
  66. "@types/js-cookie": "3.0.6",
  67. "@types/node": "17.0.21",
  68. "@types/nprogress": "0.2.0",
  69. "@types/sortablejs": "1.10.7",
  70. "@typescript-eslint/eslint-plugin": "5.13.0",
  71. "@typescript-eslint/parser": "5.13.0",
  72. "@vitejs/plugin-vue": "3.1.0",
  73. "@vue/compiler-sfc": "3.2.45",
  74. "dotenv": "16.0.0",
  75. "eslint": "8.10.0",
  76. "eslint-plugin-vue": "8.5.0",
  77. "prettier": "2.5.1",
  78. "typescript": "4.6.2",
  79. "vite": "3.2.3",
  80. "vite-plugin-compression": "0.5.1",
  81. "vue-eslint-parser": "8.3.0"
  82. },
  83. "browserslist": [
  84. "> 1%",
  85. "last 2 versions",
  86. "not dead"
  87. ],
  88. "bugs": {
  89. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  90. },
  91. "engines": {
  92. "node": ">=12.0.0",
  93. "npm": ">= 6.0.0"
  94. },
  95. "keywords": [
  96. "vue",
  97. "vue3",
  98. "vuejs/vue-next",
  99. "element-ui",
  100. "element-plus",
  101. "vue-next-admin",
  102. "next-admin"
  103. ],
  104. "repository": {
  105. "type": "git",
  106. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  107. },
  108. "updateTime": "2024-05-20 09:22:34"
  109. }