package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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": "npm run has:plugin && npm run writeEnv:dev && vite --force",
  9. "has:plugin": "ls ./public/plugin/topo && npm run plugin:has || npm run plugin:not",
  10. "plugin:has": "echo '\\033[31m 插件存在,无需拉取 \\033[0m'",
  11. "plugin:not": "echo '\\033[31m 插件不存在,需要拉取 拉取后会自动运行 \\033[0m' && npm run pull:plugin",
  12. "pull:plugin": "git clone --depth 1 http://git.mydig.net/Sagoo-Cloud/sagoo-admin-ui-plugin.git ./public/plugin/",
  13. "build": "npm run has:plugin && cross-env NODE_ENV=production node ./writeEnv.mjs && vite build && npm run getVersion",
  14. "build:dev": "npm run has:plugin && npm run writeEnv:dev && vite build --mode development && npm run getVersion",
  15. "build:golocal": "npm run has:plugin && cross-env NODE_ENV=golocal node ./writeEnv.mjs && vite build --mode golocal && npm run getVersion",
  16. "build:open": "npm run has:plugin && cross-env NODE_ENV=open node ./writeEnv.mjs && vite build --mode open && npm run getVersion",
  17. "writeEnv:dev": "cross-env NODE_ENV=development node ./writeEnv.mjs",
  18. "getVersion": "node ./getVersion.mjs",
  19. "updateVersion:small": "node ./updateVersion.mjs --patch",
  20. "updateVersion:mid": "node ./updateVersion.mjs --minor",
  21. "updateVersion:big": "node ./updateVersion.mjs --major"
  22. },
  23. "dependencies": {
  24. "@antv/g2plot": "2.4.20",
  25. "@element-plus/icons-vue": "2.0.9",
  26. "axios": "0.26.0",
  27. "clipboard": "2.0.11",
  28. "codemirror": "5.65.16",
  29. "codemirror-editor-vue3": "2.5.8",
  30. "countup.js": "2.1.0",
  31. "cropperjs": "1.5.12",
  32. "dayjs": "1.11.8",
  33. "downloadjs": "1.4.7",
  34. "echarts": "5.5.0",
  35. "echarts-gl": "2.0.9",
  36. "echarts-wordcloud": "2.0.0",
  37. "element-plus": "2.2.28",
  38. "event-source-polyfill": "1.0.31",
  39. "html2canvas": "^1.4.1",
  40. "js-cookie": "3.0.5",
  41. "jsplumb": "2.15.6",
  42. "jsrsasign": "10.8.6",
  43. "loadsh": "0.0.4",
  44. "mitt": "3.0.0",
  45. "nprogress": "0.2.0",
  46. "pako": "1.0.11",
  47. "print-js": "1.6.0",
  48. "province-city-china": "8.5.7",
  49. "qrcodejs2-fixes": "0.0.2",
  50. "sass": "^1.78.0",
  51. "sass-loader": "^16.0.1",
  52. "screenfull": "6.0.1",
  53. "semver": "7.6.2",
  54. "sortablejs": "1.14.0",
  55. "splitpanes": "3.1.1",
  56. "uuid": "9.0.0",
  57. "vform3-builds": "3.0.8",
  58. "vue": "3.2.37",
  59. "vue-clipboard3": "1.0.1",
  60. "vue-data-ui": "^2.4.17",
  61. "vue-grid-layout": "3.0.0-beta1",
  62. "vue-i18n": "9.1.10",
  63. "vue-router": "4.0.13",
  64. "vue3-clipboard": "1.0.0",
  65. "vue3-cron": "1.1.8",
  66. "vue3-json-viewer": "2.2.2",
  67. "vuex": "4.0.2",
  68. "wangeditor": "4.7.12",
  69. "xlsx-with-styles": "0.17.2"
  70. },
  71. "devDependencies": {
  72. "@types/js-cookie": "3.0.6",
  73. "@types/node": "17.0.21",
  74. "@types/nprogress": "0.2.0",
  75. "@types/sortablejs": "1.10.7",
  76. "@typescript-eslint/eslint-plugin": "5.13.0",
  77. "@typescript-eslint/parser": "5.13.0",
  78. "@vitejs/plugin-vue": "3.1.0",
  79. "@vue/compiler-sfc": "3.2.45",
  80. "cross-env": "^7.0.3",
  81. "dotenv": "^16.4.5",
  82. "eslint": "8.10.0",
  83. "eslint-plugin-vue": "8.5.0",
  84. "prettier": "2.5.1",
  85. "typescript": "4.6.2",
  86. "vite": "3.2.3",
  87. "vite-plugin-compression": "0.5.1",
  88. "vue-eslint-parser": "8.3.0"
  89. },
  90. "browserslist": [
  91. "> 1%",
  92. "last 2 versions",
  93. "not dead"
  94. ],
  95. "bugs": {
  96. "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
  97. },
  98. "engines": {
  99. "node": ">=12.0.0",
  100. "npm": ">= 6.0.0"
  101. },
  102. "keywords": [
  103. "vue",
  104. "vue3",
  105. "vuejs/vue-next",
  106. "element-ui",
  107. "element-plus",
  108. "vue-next-admin",
  109. "next-admin"
  110. ],
  111. "repository": {
  112. "type": "git",
  113. "url": "https://gitee.com/lyt-top/vue-next-admin.git"
  114. },
  115. "updateTime": "2024-05-20 09:22:34"
  116. }