vben-admin.code-workspace 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "folders": [
  3. {
  4. "name": "@vben/backend-mock",
  5. "path": "apps/backend-mock",
  6. },
  7. {
  8. "name": "@vben/antd-view",
  9. "path": "apps/web-antd",
  10. },
  11. {
  12. "name": "@vben/commitlint-config",
  13. "path": "internal/lint-configs/commitlint-config",
  14. },
  15. {
  16. "name": "@vben/eslint-config",
  17. "path": "internal/lint-configs/eslint-config",
  18. },
  19. {
  20. "name": "@vben/lint-staged-config",
  21. "path": "internal/lint-configs/lint-staged-config",
  22. },
  23. {
  24. "name": "@vben/prettier-config",
  25. "path": "internal/lint-configs/prettier-config",
  26. },
  27. {
  28. "name": "@vben/stylelint-config",
  29. "path": "internal/lint-configs/stylelint-config",
  30. },
  31. {
  32. "name": "@vben/node-utils",
  33. "path": "internal/node-utils",
  34. },
  35. {
  36. "name": "@vben/tailwind-config",
  37. "path": "internal/tailwind-config",
  38. },
  39. {
  40. "name": "@vben/tsconfig",
  41. "path": "internal/tsconfig",
  42. },
  43. {
  44. "name": "@vben/vite-config",
  45. "path": "internal/vite-config",
  46. },
  47. {
  48. "name": "@vben-core/helpers",
  49. "path": "packages/@core/forward/helpers",
  50. },
  51. {
  52. "name": "@vben-core/preferences",
  53. "path": "packages/@core/forward/preferences",
  54. },
  55. {
  56. "name": "@vben-core/request",
  57. "path": "packages/@core/forward/request",
  58. },
  59. {
  60. "name": "@vben-core/stores",
  61. "path": "packages/@core/forward/stores",
  62. },
  63. {
  64. "name": "@vben-core/cache",
  65. "path": "packages/@core/shared/cache",
  66. },
  67. {
  68. "name": "@vben-core/colorful",
  69. "path": "packages/@core/shared/colorful",
  70. },
  71. {
  72. "name": "@vben-core/design",
  73. "path": "packages/@core/shared/design",
  74. },
  75. {
  76. "name": "@vben-core/design-tokens",
  77. "path": "packages/@core/shared/design-tokens",
  78. },
  79. {
  80. "name": "@vben-core/iconify",
  81. "path": "packages/@core/shared/iconify",
  82. },
  83. {
  84. "name": "@vben-core/toolkit",
  85. "path": "packages/@core/shared/toolkit",
  86. },
  87. {
  88. "name": "@vben-core/typings",
  89. "path": "packages/@core/shared/typings",
  90. },
  91. {
  92. "name": "@vben-core/layout-ui",
  93. "path": "packages/@core/ui-kit/layout-ui",
  94. },
  95. {
  96. "name": "@vben-core/menu-ui",
  97. "path": "packages/@core/ui-kit/menu-ui",
  98. },
  99. {
  100. "name": "@vben-core/shadcn-ui",
  101. "path": "packages/@core/ui-kit/shadcn-ui",
  102. },
  103. {
  104. "name": "@vben-core/tabs-ui",
  105. "path": "packages/@core/ui-kit/tabs-ui",
  106. },
  107. {
  108. "name": "@vben/chart-ui",
  109. "path": "packages/business/chart-ui",
  110. },
  111. {
  112. "name": "@vben/layouts",
  113. "path": "packages/business/layouts",
  114. },
  115. {
  116. "name": "@vben/universal-ui",
  117. "path": "packages/business/universal-ui",
  118. },
  119. {
  120. "name": "@vben/widgets",
  121. "path": "packages/business/widgets",
  122. },
  123. {
  124. "name": "@vben/constants",
  125. "path": "packages/constants",
  126. },
  127. {
  128. "name": "@vben/hooks",
  129. "path": "packages/hooks",
  130. },
  131. {
  132. "name": "@vben/icons",
  133. "path": "packages/icons",
  134. },
  135. {
  136. "name": "@vben/locales",
  137. "path": "packages/locales",
  138. },
  139. {
  140. "name": "@vben/styles",
  141. "path": "packages/styles",
  142. },
  143. {
  144. "name": "@vben/types",
  145. "path": "packages/types",
  146. },
  147. {
  148. "name": "@vben/utils",
  149. "path": "packages/utils",
  150. },
  151. {
  152. "name": "@vben/vsh",
  153. "path": "scripts/vsh",
  154. },
  155. {
  156. "name": "@vben/website",
  157. "path": "website",
  158. },
  159. ],
  160. }