package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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.7.1",
  18. "@vue-office/pdf": "^1.6.4",
  19. "@wangeditor/editor": "^5.1.23",
  20. "@wangeditor/editor-for-vue": "^5.1.12",
  21. "animate.css": "^4.1.1",
  22. "axios": "^1.6.7",
  23. "countup.js": "^2.8.0",
  24. "cropperjs": "^1.6.1",
  25. "echarts": "^5.5.0",
  26. "echarts-gl": "^2.0.9",
  27. "echarts-wordcloud": "^2.1.0",
  28. "element-plus": "^2.6.1",
  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.47.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.12.0",
  40. "relation-graph": "^2.1.35",
  41. "screenfull": "^6.0.2",
  42. "sm-crypto-v2": "^1.9.0",
  43. "sortablejs": "^1.15.2",
  44. "splitpanes": "^3.1.5",
  45. "vcrontab-3": "^3.3.22",
  46. "vform3-builds": "^3.0.10",
  47. "vue": "^3.4.21",
  48. "vue-clipboard3": "^2.0.0",
  49. "vue-demi": "^0.14.7",
  50. "vue-grid-layout": "3.0.0-beta1",
  51. "vue-i18n": "^9.10.1",
  52. "vue-json-pretty": "^2.3.0",
  53. "vue-plugin-hiprint": "0.0.57-beta6",
  54. "vue-router": "^4.3.0",
  55. "vue-signature-pad": "^3.0.2",
  56. "vue3-tree-org": "^4.2.2",
  57. "xlsx-js-style": "^1.2.0"
  58. },
  59. "devDependencies": {
  60. "@types/lodash-es": "^4.17.12",
  61. "@types/node": "^20.11.28",
  62. "@types/nprogress": "^0.2.3",
  63. "@types/sortablejs": "^1.15.8",
  64. "@typescript-eslint/eslint-plugin": "^7.2.0",
  65. "@typescript-eslint/parser": "^7.2.0",
  66. "@vitejs/plugin-vue": "^5.0.4",
  67. "@vitejs/plugin-vue-jsx": "^3.1.0",
  68. "@vue/compiler-sfc": "^3.4.21",
  69. "code-inspector-plugin": "^0.10.0",
  70. "eslint": "^8.57.0",
  71. "eslint-plugin-vue": "^9.23.0",
  72. "less": "^4.2.0",
  73. "prettier": "^3.2.5",
  74. "sass": "^1.72.0",
  75. "typescript": "^5.4.2",
  76. "vite": "^5.1.6",
  77. "vite-plugin-cdn-import": "^0.3.5",
  78. "vite-plugin-compression": "^0.5.1",
  79. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  80. "vue-eslint-parser": "^9.4.2"
  81. },
  82. "browserslist": [
  83. "> 1%",
  84. "last 2 versions",
  85. "not dead"
  86. ],
  87. "bugs": {
  88. "url": "https://gitee.com/zuohuaijun/Admin.NET/issues"
  89. },
  90. "engines": {
  91. "node": ">=16.0.0",
  92. "npm": ">= 7.0.0"
  93. },
  94. "keywords": [
  95. "admin.net",
  96. "vue",
  97. "vue3",
  98. "vuejs/vue-next",
  99. "element-ui",
  100. "element-plus",
  101. "vue-next-admin",
  102. "next-admin"
  103. ],
  104. "repository": {
  105. "type": "git",
  106. "url": "https://gitee.com/zuohuaijun/Admin.NET"
  107. }
  108. }