package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "name": "vue3-admin",
  3. "type": "module",
  4. "version": "1.2.8",
  5. "description": "A fresh and elegant admin template, based on Vue3,Vite3,TypeScript,AntDesign and UnoCSS.",
  6. "author": {
  7. "name": "baiwumm",
  8. "email": "baiwumm@foxmail.com",
  9. "url": "https://baiwumm.com"
  10. },
  11. "license": "MIT",
  12. "homepage": "https://github.com/baiwumm/vue3-admin",
  13. "repository": {
  14. "url": "https://github.com/baiwumm/vue3-admin.git"
  15. },
  16. "bugs": {
  17. "url": "https://github.com/baiwumm/vue3-admin/issues"
  18. },
  19. "keywords": [
  20. "Vue3 admin ",
  21. "vue-admin-template",
  22. "Vite5",
  23. "TypeScript",
  24. "naive-ui",
  25. "naive-ui-admin",
  26. "ant-design-vue v4",
  27. "UnoCSS"
  28. ],
  29. "engines": {
  30. "node": ">=18.12.0",
  31. "pnpm": ">=8.7.0"
  32. },
  33. "scripts": {
  34. "build": "vite build --mode prod",
  35. "build:test": "vite build --mode test",
  36. "build:low-mem": "node --max-old-space-size=1024 node_modules/.bin/vite build --mode prod",
  37. "cleanup": "sa cleanup",
  38. "commit": "sa git-commit",
  39. "dev": "vite --mode dev",
  40. "dev:prod": "vite --mode test",
  41. "gen-route": "sa gen-route",
  42. "lint": "eslint . --fix",
  43. "preview": "vite preview",
  44. "release": "sa release",
  45. "typecheck": "vue-tsc --noEmit --skipLibCheck",
  46. "update-pkg": "sa update-pkg"
  47. },
  48. "dependencies": {
  49. "@antv/g2plot": "^2.4.35",
  50. "@better-scroll/core": "2.5.1",
  51. "@iconify/vue": "4.1.2",
  52. "@sa/axios": "workspace:*",
  53. "@sa/color": "workspace:*",
  54. "@sa/fetch": "workspace:*",
  55. "@sa/hooks": "workspace:*",
  56. "@sa/materials": "workspace:*",
  57. "@sa/utils": "workspace:*",
  58. "@simonwep/pickr": "1.9.1",
  59. "@vue-flow/background": "^1.3.2",
  60. "@vue-flow/controls": "^1.1.3",
  61. "@vue-flow/core": "^1.48.2",
  62. "@vue-flow/minimap": "^1.5.4",
  63. "@vueuse/core": "10.11.0",
  64. "@wangeditor/editor": "^5.1.23",
  65. "@wangeditor/editor-for-vue": "^5.1.12",
  66. "ant-design-vue": "4.2.3",
  67. "axios": "1.7.2",
  68. "axios-retry": "4.4.1",
  69. "clipboard": "2.0.11",
  70. "colord": "2.9.3",
  71. "colorthief": "^2.6.0",
  72. "crypto-js": "4.2.0",
  73. "dayjs": "1.11.11",
  74. "dhtmlx-gantt": "^8.0.11",
  75. "element-china-area-data": "^6.1.0",
  76. "event-source-polyfill": "^1.0.31",
  77. "localforage": "1.10.0",
  78. "lodash-es": "4.17.21",
  79. "nprogress": "0.2.0",
  80. "pinia": "2.1.7",
  81. "simplebar-vue": "2.3.5",
  82. "swiper": "^11.2.10",
  83. "tailwind-merge": "2.4.0",
  84. "v-viewer": "^3.0.23",
  85. "viewerjs": "^1.11.7",
  86. "vue": "3.5.4",
  87. "vue-demi": "0.14.6",
  88. "vue-draggable-plus": "0.5.0",
  89. "vue-i18n": "9.13.1",
  90. "vue-img-cutter": "^3.0.7",
  91. "vue-print-next": "^1.1.6",
  92. "vue-router": "4.4.0",
  93. "vue-waterfall-plugin-next": "^2.6.9",
  94. "vue3-puzzle-vcode": "^1.1.7",
  95. "vue3-tree-org": "^4.2.2",
  96. "zxcvbn": "^4.4.2"
  97. },
  98. "devDependencies": {
  99. "@elegant-router/vue": "0.3.7",
  100. "@iconify/json": "2.2.225",
  101. "@sa/scripts": "workspace:*",
  102. "@sa/uno-preset": "workspace:*",
  103. "@soybeanjs/eslint-config": "1.3.7",
  104. "@types/lodash-es": "4.17.12",
  105. "@types/node": "20.14.10",
  106. "@types/nprogress": "0.2.3",
  107. "@unocss/eslint-config": "0.61.3",
  108. "@unocss/preset-icons": "0.61.3",
  109. "@unocss/preset-uno": "0.61.3",
  110. "@unocss/transformer-directives": "0.61.3",
  111. "@unocss/transformer-variant-group": "0.61.3",
  112. "@unocss/vite": "0.61.3",
  113. "@vitejs/plugin-vue": "5.0.5",
  114. "@vitejs/plugin-vue-jsx": "4.0.0",
  115. "eslint": "9.6.0",
  116. "eslint-plugin-simple-import-sort": "^12.1.1",
  117. "eslint-plugin-vue": "9.27.0",
  118. "lint-staged": "15.2.7",
  119. "prettier": "^3.8.1",
  120. "rollup-plugin-copy": "^3.5.0",
  121. "sass": "1.77.6",
  122. "tsx": "4.16.2",
  123. "typescript": "5.5.3",
  124. "unplugin-icons": "0.19.0",
  125. "unplugin-vue-components": "0.27.2",
  126. "vite": "5.3.3",
  127. "vite-plugin-progress": "0.0.7",
  128. "vite-plugin-svg-icons": "2.0.1",
  129. "vite-plugin-vue-devtools": "7.3.5",
  130. "vue-eslint-parser": "9.4.3",
  131. "vue-tsc": "2.0.26"
  132. },
  133. "lint-staged": {
  134. "*": "eslint --fix"
  135. },
  136. "website": "https://vue3.baiwumm.com"
  137. }