package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "name": "admin.net",
  3. "type": "module",
  4. "version": "2.4.33",
  5. "lastBuildTime": "2024.07.24",
  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 --ext .js --ext .jsx --ext .vue src/",
  13. "build-api": "cd api_build/ && build.bat"
  14. },
  15. "dependencies": {
  16. "@element-plus/icons-vue": "^2.3.1",
  17. "@logicflow/core": "^1.2.27",
  18. "@logicflow/extension": "^1.2.27",
  19. "@microsoft/signalr": "^8.0.7",
  20. "@vue-office/docx": "^1.6.2",
  21. "@vue-office/excel": "^1.7.11",
  22. "@vue-office/pdf": "^2.0.2",
  23. "@vueuse/core": "^10.11.0",
  24. "@wangeditor/editor": "^5.1.23",
  25. "@wangeditor/editor-for-vue": "^5.1.12",
  26. "animate.css": "^4.1.1",
  27. "async-validator": "^4.2.5",
  28. "axios": "^1.7.2",
  29. "countup.js": "^2.8.0",
  30. "cropperjs": "^1.6.2",
  31. "echarts": "^5.5.1",
  32. "echarts-gl": "^2.0.9",
  33. "echarts-wordcloud": "^2.1.0",
  34. "element-plus": "^2.7.7",
  35. "ezuikit": "^1.0.0",
  36. "ezuikit-js": "^8.0.5",
  37. "js-cookie": "^3.0.5",
  38. "js-table2excel": "^1.1.2",
  39. "jsplumb": "^2.15.6",
  40. "lodash-es": "^4.17.21",
  41. "mitt": "^3.0.1",
  42. "monaco-editor": "^0.50.0",
  43. "mqtt": "^4.3.8",
  44. "nprogress": "^0.2.0",
  45. "pinia": "^2.1.7",
  46. "print-js": "^1.6.0",
  47. "push.js": "^1.0.12",
  48. "qrcodejs2-fixes": "^0.0.2",
  49. "qs": "^6.12.3",
  50. "relation-graph": "^2.2.2",
  51. "screenfull": "^6.0.2",
  52. "sm-crypto-v2": "^1.9.1",
  53. "sortablejs": "^1.15.2",
  54. "splitpanes": "^3.1.5",
  55. "vcrontab-3": "^3.3.22",
  56. "vform3-builds": "^3.0.10",
  57. "vue": "^3.4.33",
  58. "vue-clipboard3": "^2.0.0",
  59. "vue-demi": "^0.14.9",
  60. "vue-grid-layout": "3.0.0-beta1",
  61. "vue-i18n": "^9.13.1",
  62. "vue-json-pretty": "^2.4.0",
  63. "vue-plugin-hiprint": "0.0.57-beta20",
  64. "vue-router": "^4.4.0",
  65. "vue-signature-pad": "^3.0.2",
  66. "vue3-tree-org": "^4.2.2",
  67. "vuedraggable": "4.1.0",
  68. "xlsx-js-style": "^1.2.0"
  69. },
  70. "devDependencies": {
  71. "@plugin-web-update-notification/vite": "^1.7.1",
  72. "@types/lodash-es": "^4.17.12",
  73. "@types/node": "^20.14.12",
  74. "@types/nprogress": "^0.2.3",
  75. "@types/sortablejs": "^1.15.8",
  76. "@typescript-eslint/eslint-plugin": "^7.17.0",
  77. "@typescript-eslint/parser": "^7.17.0",
  78. "@vitejs/plugin-vue": "^5.1.0",
  79. "@vitejs/plugin-vue-jsx": "^4.0.0",
  80. "@vue/compiler-sfc": "^3.4.33",
  81. "code-inspector-plugin": "^0.14.2",
  82. "eslint": "^8.57.0",
  83. "eslint-plugin-vue": "^9.27.0",
  84. "less": "^4.2.0",
  85. "prettier": "^3.3.3",
  86. "rollup-plugin-visualizer": "^5.12.0",
  87. "sass": "^1.77.8",
  88. "terser": "^5.31.3",
  89. "typescript": "^5.5.4",
  90. "vite": "^5.3.4",
  91. "vite-plugin-cdn-import": "^1.0.1",
  92. "vite-plugin-compression2": "^1.1.3",
  93. "vite-plugin-vue-setup-extend": "^0.4.0",
  94. "vue-eslint-parser": "^9.4.3"
  95. },
  96. "browserslist": [
  97. "> 1%",
  98. "last 2 versions",
  99. "not dead"
  100. ],
  101. "engines": {
  102. "node": ">=16.0.0",
  103. "npm": ">= 7.0.0"
  104. },
  105. "keywords": [
  106. "admin.net",
  107. "vue",
  108. "vue3",
  109. "vuejs/vue-next",
  110. "element-ui",
  111. "element-plus",
  112. "vue-next-admin",
  113. "next-admin"
  114. ]
  115. }