package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "name": "admin.net",
  3. "type": "module",
  4. "version": "2.4.33",
  5. "lastBuildTime": "2025.06.08",
  6. "description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
  7. "author": "zuohuaijun",
  8. "license": "MIT",
  9. "scripts": {
  10. "dev": "vite",
  11. "build": "node --max-old-space-size=8192 ./node_modules/vite/bin/vite build",
  12. "lint-fix": "eslint --fix src/",
  13. "format": "prettier --write .",
  14. "build-api": "cd api_build/ && build.bat",
  15. "build-approvalFlow-api": "cd api_build/ && build.bat approvalFlow",
  16. "build-dingTalk-api": "cd api_build/ && build.bat dingTalk",
  17. "build-goView-api": "cd api_build/ && build.bat goView"
  18. },
  19. "dependencies": {
  20. "@element-plus/icons-vue": "^2.3.1",
  21. "@logicflow/core": "^2.0.14",
  22. "@logicflow/extension": "^2.0.19",
  23. "@microsoft/signalr": "^8.0.7",
  24. "@vue-office/docx": "^1.6.3",
  25. "@vue-office/excel": "^1.7.14",
  26. "@vue-office/pdf": "^2.0.10",
  27. "@vueuse/core": "^13.2.0",
  28. "@wangeditor/editor": "^5.1.23",
  29. "@wangeditor/editor-for-vue": "^5.1.12",
  30. "animate.css": "^4.1.1",
  31. "async-validator": "^4.2.5",
  32. "axios": "^1.9.0",
  33. "countup.js": "^2.8.2",
  34. "cropperjs": "^1.6.2",
  35. "echarts": "^5.6.0",
  36. "echarts-gl": "^2.0.9",
  37. "echarts-wordcloud": "^2.1.0",
  38. "element-plus": "^2.10.1",
  39. "ezuikit-js": "^8.1.9-beta.3",
  40. "js-cookie": "^3.0.5",
  41. "js-table2excel": "^1.1.2",
  42. "json-editor-vue": "^0.18.1",
  43. "jsplumb": "^2.15.6",
  44. "lodash-es": "^4.17.21",
  45. "md-editor-v3": "^5.6.1",
  46. "mitt": "^3.0.1",
  47. "monaco-editor": "^0.52.2",
  48. "mqtt": "^5.13.1",
  49. "nprogress": "^0.2.0",
  50. "pinia": "^3.0.3",
  51. "print-js": "^1.6.0",
  52. "push.js": "^1.0.12",
  53. "qrcodejs2-fixes": "^0.0.2",
  54. "qs": "^6.14.0",
  55. "relation-graph": "^2.2.11",
  56. "screenfull": "^6.0.2",
  57. "sm-crypto-v2": "^1.12.0",
  58. "sortablejs": "^1.15.6",
  59. "splitpanes": "^4.0.4",
  60. "vcrontab-3": "^3.3.22",
  61. "vform3-builds": "^3.0.10",
  62. "vue": "^3.5.14",
  63. "vue-clipboard3": "^2.0.0",
  64. "vue-demi": "^0.14.10",
  65. "vue-draggable-plus": "^0.6.0",
  66. "vue-grid-layout": "3.0.0-beta1",
  67. "vue-i18n": "^11.1.4",
  68. "vue-json-pretty": "^2.4.0",
  69. "vue-plugin-hiprint": "^0.0.60",
  70. "vue-router": "^4.5.1",
  71. "vue-signature-pad": "^3.0.2",
  72. "vue3-tree-org": "^4.2.2",
  73. "xlsx-js-style": "^1.2.0"
  74. },
  75. "devDependencies": {
  76. "@eslint/eslintrc": "^3.3.1",
  77. "@eslint/js": "^9.27.0",
  78. "@plugin-web-update-notification/vite": "^2.0.0",
  79. "@types/lodash-es": "^4.17.12",
  80. "@types/node": "^22.15.30",
  81. "@types/nprogress": "^0.2.3",
  82. "@types/sortablejs": "^1.15.8",
  83. "@typescript-eslint/eslint-plugin": "^8.32.1",
  84. "@typescript-eslint/parser": "^8.32.1",
  85. "@vitejs/plugin-vue": "^5.2.4",
  86. "@vitejs/plugin-vue-jsx": "^4.2.0",
  87. "@vue/compiler-sfc": "^3.5.14",
  88. "code-inspector-plugin": "^0.20.10",
  89. "eslint": "^9.27.0",
  90. "eslint-plugin-vue": "^10.2.0",
  91. "globals": "^16.2.0",
  92. "less": "^4.3.0",
  93. "prettier": "^3.5.3",
  94. "rollup-plugin-visualizer": "^6.0.3",
  95. "sass": "^1.89.0",
  96. "terser": "^5.41.0",
  97. "typescript": "^5.8.3",
  98. "vite": "^6.3.5",
  99. "vite-plugin-cdn-import": "^1.0.1",
  100. "vite-plugin-compression2": "^2.0.1",
  101. "vite-plugin-vue-setup-extend": "^0.4.0",
  102. "vue-eslint-parser": "^10.1.3"
  103. },
  104. "pnpm": {
  105. "onlyBuiltDependencies": [
  106. "@vue-office/docx",
  107. "@vue-office/excel",
  108. "@vue-office/pdf"
  109. ],
  110. "ignoredBuiltDependencies": [
  111. "@parcel/watcher",
  112. "core-js",
  113. "es5-ext",
  114. "esbuild",
  115. "json-editor-vue",
  116. "vue-demi"
  117. ]
  118. },
  119. "browserslist": [
  120. "> 1%",
  121. "last 2 versions",
  122. "not dead"
  123. ],
  124. "engines": {
  125. "node": ">=18.0.0",
  126. "npm": ">= 7.0.0"
  127. },
  128. "keywords": [
  129. "admin.net",
  130. "vue",
  131. "vue3",
  132. "vuejs/vue-next",
  133. "element-ui",
  134. "element-plus",
  135. "vue-next-admin",
  136. "next-admin"
  137. ]
  138. }