package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "name": "soybean-admin",
  3. "type": "module",
  4. "version": "1.3.15",
  5. "description": "A fresh and elegant admin template, based on Vue3、Vite7、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite7、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
  6. "author": {
  7. "name": "Soybean",
  8. "email": "soybeanjs@outlook.com",
  9. "url": "https://github.com/soybeanjs"
  10. },
  11. "license": "MIT",
  12. "homepage": "https://github.com/soybeanjs/soybean-admin",
  13. "repository": {
  14. "url": "https://github.com/soybeanjs/soybean-admin.git"
  15. },
  16. "bugs": {
  17. "url": "https://github.com/soybeanjs/soybean-admin/issues"
  18. },
  19. "keywords": [
  20. "Vue3 admin ",
  21. "vue-admin-template",
  22. "Vite7",
  23. "TypeScript",
  24. "naive-ui",
  25. "naive-ui-admin",
  26. "ant-design-vue v4",
  27. "UnoCSS"
  28. ],
  29. "engines": {
  30. "node": ">=20.19.0",
  31. "pnpm": ">=10.5.0"
  32. },
  33. "scripts": {
  34. "build": "vite build --mode prod",
  35. "build:test": "vite build --mode test",
  36. "cleanup": "sa cleanup",
  37. "commit": "sa git-commit",
  38. "commit:zh": "sa git-commit -l=zh-cn",
  39. "dev": "vite --mode test",
  40. "dev:prod": "vite --mode prod",
  41. "gen-route": "sa gen-route",
  42. "lint": "eslint . --fix",
  43. "prepare": "simple-git-hooks",
  44. "preview": "vite preview",
  45. "release": "sa release",
  46. "typecheck": "vue-tsc --noEmit --skipLibCheck",
  47. "update-pkg": "sa update-pkg"
  48. },
  49. "dependencies": {
  50. "@antv/data-set": "0.11.8",
  51. "@antv/g2": "5.3.4",
  52. "@antv/g6": "5.0.49",
  53. "@better-scroll/core": "2.5.1",
  54. "@iconify/vue": "5.0.0",
  55. "@sa/axios": "workspace:*",
  56. "@sa/color": "workspace:*",
  57. "@sa/hooks": "workspace:*",
  58. "@sa/materials": "workspace:*",
  59. "@sa/utils": "workspace:*",
  60. "@visactor/vchart": "2.0.0",
  61. "@visactor/vchart-theme": "1.12.2",
  62. "@visactor/vtable-editors": "1.19.3",
  63. "@visactor/vtable-gantt": "1.19.3",
  64. "@visactor/vue-vtable": "1.19.3",
  65. "@vueuse/components": "13.5.0",
  66. "@vueuse/core": "13.5.0",
  67. "clipboard": "2.0.11",
  68. "dayjs": "1.11.13",
  69. "defu": "6.1.4",
  70. "dhtmlx-gantt": "9.0.13",
  71. "dompurify": "3.2.6",
  72. "echarts": "5.6.0",
  73. "jsbarcode": "3.12.1",
  74. "json5": "2.2.3",
  75. "naive-ui": "2.42.0",
  76. "nprogress": "0.2.0",
  77. "pinia": "3.0.3",
  78. "pinyin-pro": "3.26.0",
  79. "print-js": "1.6.0",
  80. "pro-naive-ui": "2.3.2",
  81. "swiper": "11.2.10",
  82. "tailwind-merge": "3.3.1",
  83. "typeit": "8.8.7",
  84. "vditor": "3.11.1",
  85. "vue": "3.5.17",
  86. "vue-draggable-plus": "0.6.0",
  87. "vue-i18n": "11.1.10",
  88. "vue-pdf-embed": "2.1.2",
  89. "vue-router": "4.5.1",
  90. "vue-types": "^6.0.0",
  91. "vuedraggable": "^2.24.3",
  92. "wangeditor": "4.7.15",
  93. "xgplayer": "3.0.22",
  94. "xlsx": "0.18.5"
  95. },
  96. "devDependencies": {
  97. "@amap/amap-jsapi-types": "0.0.15",
  98. "@elegant-router/vue": "0.3.8",
  99. "@iconify/json": "2.2.359",
  100. "@sa/scripts": "workspace:*",
  101. "@sa/uno-preset": "workspace:*",
  102. "@soybeanjs/eslint-config": "1.7.1",
  103. "@types/bmapgl": "0.0.7",
  104. "@types/node": "24.0.15",
  105. "@types/nprogress": "0.2.3",
  106. "@unocss/eslint-config": "66.3.3",
  107. "@unocss/preset-icons": "66.3.3",
  108. "@unocss/preset-uno": "66.3.3",
  109. "@unocss/transformer-directives": "66.3.3",
  110. "@unocss/transformer-variant-group": "66.3.3",
  111. "@unocss/vite": "66.3.3",
  112. "@vitejs/plugin-vue": "6.0.0",
  113. "@vitejs/plugin-vue-jsx": "5.0.1",
  114. "consola": "3.4.2",
  115. "eslint": "9.31.0",
  116. "eslint-plugin-vue": "10.3.0",
  117. "kolorist": "1.8.0",
  118. "lint-staged": "16.1.2",
  119. "pro-naive-ui-resolver": "1.0.2",
  120. "sass": "1.89.2",
  121. "simple-git-hooks": "2.13.0",
  122. "tsx": "4.20.3",
  123. "typescript": "5.8.3",
  124. "unplugin-icons": "22.1.0",
  125. "unplugin-vue-components": "28.8.0",
  126. "vite": "7.0.5",
  127. "vite-plugin-progress": "0.0.7",
  128. "vite-plugin-svg-icons": "2.0.1",
  129. "vite-plugin-vue-devtools": "7.7.7",
  130. "vue-eslint-parser": "10.2.0",
  131. "vue-tsc": "3.0.3"
  132. },
  133. "simple-git-hooks": {
  134. "commit-msg": "pnpm sa git-commit-verify",
  135. "pre-commit": "pnpm typecheck && pnpm lint && git diff --exit-code"
  136. },
  137. "website": "https://admin.soybeanjs.cn"
  138. }