You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

172 lines
3.6 KiB

3 months ago
3 months ago
4 months ago
  1. {
  2. "folders": [
  3. {
  4. "name": "@vben/backend-mock",
  5. "path": "apps/backend-mock",
  6. },
  7. {
  8. "name": "@vben/web-antd",
  9. "path": "apps/web-antd",
  10. },
  11. {
  12. "name": "@vben/web-ele",
  13. "path": "apps/web-ele",
  14. },
  15. {
  16. "name": "@vben/web-naive",
  17. "path": "apps/web-naive",
  18. },
  19. {
  20. "name": "@vben/docs",
  21. "path": "docs",
  22. },
  23. {
  24. "name": "@vben/commitlint-config",
  25. "path": "internal/lint-configs/commitlint-config",
  26. },
  27. {
  28. "name": "@vben/eslint-config",
  29. "path": "internal/lint-configs/eslint-config",
  30. },
  31. {
  32. "name": "@vben/prettier-config",
  33. "path": "internal/lint-configs/prettier-config",
  34. },
  35. {
  36. "name": "@vben/stylelint-config",
  37. "path": "internal/lint-configs/stylelint-config",
  38. },
  39. {
  40. "name": "@vben/node-utils",
  41. "path": "internal/node-utils",
  42. },
  43. {
  44. "name": "@vben/tailwind-config",
  45. "path": "internal/tailwind-config",
  46. },
  47. {
  48. "name": "@vben/tsconfig",
  49. "path": "internal/tsconfig",
  50. },
  51. {
  52. "name": "@vben/vite-config",
  53. "path": "internal/vite-config",
  54. },
  55. {
  56. "name": "@vben-core/design",
  57. "path": "packages/@core/base/design",
  58. },
  59. {
  60. "name": "@vben-core/icons",
  61. "path": "packages/@core/base/icons",
  62. },
  63. {
  64. "name": "@vben-core/shared",
  65. "path": "packages/@core/base/shared",
  66. },
  67. {
  68. "name": "@vben-core/typings",
  69. "path": "packages/@core/base/typings",
  70. },
  71. {
  72. "name": "@vben-core/composables",
  73. "path": "packages/@core/composables",
  74. },
  75. {
  76. "name": "@vben-core/preferences",
  77. "path": "packages/@core/preferences",
  78. },
  79. {
  80. "name": "@vben-core/form-ui",
  81. "path": "packages/@core/ui-kit/form-ui",
  82. },
  83. {
  84. "name": "@vben-core/layout-ui",
  85. "path": "packages/@core/ui-kit/layout-ui",
  86. },
  87. {
  88. "name": "@vben-core/menu-ui",
  89. "path": "packages/@core/ui-kit/menu-ui",
  90. },
  91. {
  92. "name": "@vben-core/popup-ui",
  93. "path": "packages/@core/ui-kit/popup-ui",
  94. },
  95. {
  96. "name": "@vben-core/shadcn-ui",
  97. "path": "packages/@core/ui-kit/shadcn-ui",
  98. },
  99. {
  100. "name": "@vben-core/tabs-ui",
  101. "path": "packages/@core/ui-kit/tabs-ui",
  102. },
  103. {
  104. "name": "@vben/constants",
  105. "path": "packages/constants",
  106. },
  107. {
  108. "name": "@vben/access",
  109. "path": "packages/effects/access",
  110. },
  111. {
  112. "name": "@vben/common-ui",
  113. "path": "packages/effects/common-ui",
  114. },
  115. {
  116. "name": "@vben/hooks",
  117. "path": "packages/effects/hooks",
  118. },
  119. {
  120. "name": "@vben/layouts",
  121. "path": "packages/effects/layouts",
  122. },
  123. {
  124. "name": "@vben/plugins",
  125. "path": "packages/effects/plugins",
  126. },
  127. {
  128. "name": "@vben/request",
  129. "path": "packages/effects/request",
  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/preferences",
  141. "path": "packages/preferences",
  142. },
  143. {
  144. "name": "@vben/stores",
  145. "path": "packages/stores",
  146. },
  147. {
  148. "name": "@vben/styles",
  149. "path": "packages/styles",
  150. },
  151. {
  152. "name": "@vben/types",
  153. "path": "packages/types",
  154. },
  155. {
  156. "name": "@vben/utils",
  157. "path": "packages/utils",
  158. },
  159. {
  160. "name": "@vben/playground",
  161. "path": "playground",
  162. },
  163. {
  164. "name": "@vben/turbo-run",
  165. "path": "scripts/turbo-run",
  166. },
  167. {
  168. "name": "@vben/vsh",
  169. "path": "scripts/vsh",
  170. },
  171. ],
  172. }