package.json 4.5 KB

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