package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "name": "admin.net",
  3. "type": "module",
  4. "version": "2.4.33",
  5. "lastBuildTime": "2024.6.16",
  6. "description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
  7. "author": "zuohuaijun",
  8. "license": "MIT",
  9. "scripts": {
  10. "dev": "vite",
  11. "build": "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.0",
  20. "@vue-office/docx": "^1.6.2",
  21. "@vue-office/excel": "^1.7.8",
  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.0",
  32. "echarts-gl": "^2.0.9",
  33. "echarts-wordcloud": "^2.1.0",
  34. "element-plus": "^2.7.5",
  35. "js-cookie": "^3.0.5",
  36. "js-table2excel": "^1.1.2",
  37. "jsplumb": "^2.15.6",
  38. "lodash-es": "^4.17.21",
  39. "mitt": "^3.0.1",
  40. "monaco-editor": "^0.49.0",
  41. "nprogress": "^0.2.0",
  42. "pinia": "^2.1.7",
  43. "print-js": "^1.6.0",
  44. "push.js": "^1.0.12",
  45. "qrcodejs2-fixes": "^0.0.2",
  46. "qs": "^6.12.1",
  47. "relation-graph": "^2.2.1",
  48. "screenfull": "^6.0.2",
  49. "sm-crypto-v2": "^1.9.0",
  50. "sortablejs": "^1.15.2",
  51. "splitpanes": "^3.1.5",
  52. "vcrontab-3": "^3.3.22",
  53. "vform3-builds": "^3.0.10",
  54. "vue": "^3.4.29",
  55. "vue-clipboard3": "^2.0.0",
  56. "vue-demi": "^0.14.8",
  57. "vue-grid-layout": "3.0.0-beta1",
  58. "vue-i18n": "^9.13.1",
  59. "vue-json-pretty": "^2.4.0",
  60. "vue-plugin-hiprint": "0.0.57-beta20",
  61. "vue-router": "^4.3.3",
  62. "vue-signature-pad": "^3.0.2",
  63. "vue3-tree-org": "^4.2.2",
  64. "vuedraggable": "4.1.0",
  65. "xlsx-js-style": "^1.2.0"
  66. },
  67. "devDependencies": {
  68. "@plugin-web-update-notification/vite": "^1.7.1",
  69. "@types/lodash-es": "^4.17.12",
  70. "@types/node": "^20.14.2",
  71. "@types/nprogress": "^0.2.3",
  72. "@types/sortablejs": "^1.15.8",
  73. "@typescript-eslint/eslint-plugin": "^7.13.0",
  74. "@typescript-eslint/parser": "^7.13.0",
  75. "@vitejs/plugin-vue": "^5.0.5",
  76. "@vitejs/plugin-vue-jsx": "^4.0.0",
  77. "@vue/compiler-sfc": "^3.4.29",
  78. "code-inspector-plugin": "^0.14.2",
  79. "eslint": "^9.5.0",
  80. "eslint-plugin-vue": "^9.26.0",
  81. "less": "^4.2.0",
  82. "prettier": "^3.3.2",
  83. "rollup-plugin-visualizer": "^5.12.0",
  84. "sass": "^1.77.5",
  85. "terser": "^5.31.1",
  86. "typescript": "^5.4.5",
  87. "vite": "^5.3.1",
  88. "vite-plugin-cdn-import": "^1.0.1",
  89. "vite-plugin-compression2": "^1.1.1",
  90. "vite-plugin-vue-setup-extend": "^0.4.0",
  91. "vue-eslint-parser": "^9.4.3"
  92. },
  93. "browserslist": [
  94. "> 1%",
  95. "last 2 versions",
  96. "not dead"
  97. ],
  98. "engines": {
  99. "node": ">=16.0.0",
  100. "npm": ">= 7.0.0"
  101. },
  102. "keywords": [
  103. "admin.net",
  104. "vue",
  105. "vue3",
  106. "vuejs/vue-next",
  107. "element-ui",
  108. "element-plus",
  109. "vue-next-admin",
  110. "next-admin"
  111. ]
  112. }