package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "name": "admin.net",
  3. "version": "2.4.33",
  4. "description": "Admin.NET 有可能是.NET最好用的通用权限开发框架",
  5. "author": "zuohuaijun",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "build": "vite build",
  10. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
  11. "build-api": "cd api_build/ && build.bat"
  12. },
  13. "dependencies": {
  14. "@element-plus/icons-vue": "^2.3.1",
  15. "@microsoft/signalr": "^8.0.0",
  16. "@vue-office/docx": "^1.6.0",
  17. "@vue-office/excel": "^1.6.0",
  18. "@vue-office/pdf": "^1.6.1",
  19. "@wangeditor/editor": "^5.1.23",
  20. "@wangeditor/editor-for-vue": "^5.1.12",
  21. "animate.css": "^4.1.1",
  22. "axios": "^1.6.5",
  23. "countup.js": "^2.8.0",
  24. "cropperjs": "^1.6.1",
  25. "echarts": "^5.4.3",
  26. "echarts-gl": "^2.0.9",
  27. "echarts-wordcloud": "^2.1.0",
  28. "element-plus": "^2.5.2",
  29. "js-cookie": "^3.0.5",
  30. "js-table2excel": "^1.1.2",
  31. "jsplumb": "^2.15.6",
  32. "lodash-es": "^4.17.21",
  33. "mitt": "^3.0.1",
  34. "monaco-editor": "^0.45.0",
  35. "nprogress": "^0.2.0",
  36. "pinia": "^2.1.7",
  37. "print-js": "^1.6.0",
  38. "qrcodejs2-fixes": "^0.0.2",
  39. "qs": "^6.11.2",
  40. "screenfull": "^6.0.2",
  41. "sm-crypto-v2": "^1.9.0",
  42. "sortablejs": "^1.15.2",
  43. "splitpanes": "^3.1.5",
  44. "vcrontab-3": "^3.3.22",
  45. "vform3-builds": "^3.0.10",
  46. "vue": "^3.4.15",
  47. "vue-clipboard3": "^2.0.0",
  48. "vue-demi": "^0.14.6",
  49. "vue-grid-layout": "3.0.0-beta1",
  50. "vue-i18n": "^9.9.0",
  51. "vue-json-pretty": "^2.3.0",
  52. "vue-plugin-hiprint": "0.0.57-beta6",
  53. "vue-router": "^4.2.5",
  54. "vue-signature-pad": "^3.0.2",
  55. "vue3-tree-org": "^4.2.2",
  56. "xlsx-js-style": "^1.2.0"
  57. },
  58. "devDependencies": {
  59. "@types/lodash-es": "^4.17.12",
  60. "@types/node": "^20.11.5",
  61. "@types/nprogress": "^0.2.3",
  62. "@types/sortablejs": "^1.15.7",
  63. "@typescript-eslint/eslint-plugin": "^6.19.0",
  64. "@typescript-eslint/parser": "^6.19.0",
  65. "@vitejs/plugin-vue": "^5.0.3",
  66. "@vitejs/plugin-vue-jsx": "^3.1.0",
  67. "@vue/compiler-sfc": "^3.4.15",
  68. "code-inspector-plugin": "^0.4.5",
  69. "eslint": "^8.56.0",
  70. "eslint-plugin-vue": "^9.20.1",
  71. "less": "^4.2.0",
  72. "prettier": "^3.2.4",
  73. "sass": "^1.70.0",
  74. "typescript": "^5.3.3",
  75. "vite": "^5.0.12",
  76. "vite-plugin-cdn-import": "^0.3.5",
  77. "vite-plugin-compression": "^0.5.1",
  78. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  79. "vue-eslint-parser": "^9.4.0"
  80. },
  81. "browserslist": [
  82. "> 1%",
  83. "last 2 versions",
  84. "not dead"
  85. ],
  86. "bugs": {
  87. "url": "https://gitee.com/zuohuaijun/Admin.NET/issues"
  88. },
  89. "engines": {
  90. "node": ">=16.0.0",
  91. "npm": ">= 7.0.0"
  92. },
  93. "keywords": [
  94. "admin.net",
  95. "vue",
  96. "vue3",
  97. "vuejs/vue-next",
  98. "element-ui",
  99. "element-plus",
  100. "vue-next-admin",
  101. "next-admin"
  102. ],
  103. "repository": {
  104. "type": "git",
  105. "url": "https://gitee.com/zuohuaijun/Admin.NET"
  106. }
  107. }