pansoft-plrl/vben-admin.code-workspace

161 lines
3.5 KiB
Plaintext
Raw Normal View History

2024-05-19 21:20:42 +08:00
{
"folders": [
2024-06-30 14:09:44 +08:00
{
"name": "@vben/backend-mock",
"path": "apps/backend-mock",
},
2024-05-19 21:20:42 +08:00
{
"name": "@vben/antd-view",
2024-06-08 16:33:49 +08:00
"path": "apps/web-antd",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben/commitlint-config",
"path": "internal/lint-configs/commitlint-config",
},
{
"name": "@vben/eslint-config",
"path": "internal/lint-configs/eslint-config",
},
{
"name": "@vben/lint-staged-config",
"path": "internal/lint-configs/lint-staged-config",
},
{
"name": "@vben/prettier-config",
"path": "internal/lint-configs/prettier-config",
},
{
"name": "@vben/stylelint-config",
"path": "internal/lint-configs/stylelint-config",
},
{
"name": "@vben/node-utils",
"path": "internal/node-utils",
},
{
"name": "@vben/tailwind-config",
"path": "internal/tailwind-config",
},
{
"name": "@vben/tsconfig",
"path": "internal/tsconfig",
},
{
"name": "@vben/vite-config",
"path": "internal/vite-config",
},
2024-06-02 10:29:17 +08:00
{
"name": "@vben-core/helpers",
2024-06-08 21:27:43 +08:00
"path": "packages/@core/forward/helpers",
2024-06-02 10:29:17 +08:00
},
2024-06-01 23:15:29 +08:00
{
"name": "@vben-core/preferences",
2024-06-08 21:27:43 +08:00
"path": "packages/@core/forward/preferences",
2024-06-01 23:15:29 +08:00
},
2024-06-02 20:50:51 +08:00
{
"name": "@vben-core/request",
2024-06-08 21:27:43 +08:00
"path": "packages/@core/forward/request",
2024-06-02 20:50:51 +08:00
},
2024-06-01 23:15:29 +08:00
{
"name": "@vben-core/stores",
2024-06-08 21:27:43 +08:00
"path": "packages/@core/forward/stores",
2024-06-01 23:15:29 +08:00
},
2024-05-28 23:53:15 +08:00
{
"name": "@vben-core/cache",
"path": "packages/@core/shared/cache",
2024-05-28 23:53:15 +08:00
},
2024-06-23 19:17:31 +08:00
{
"name": "@vben-core/colorful",
"path": "packages/@core/shared/colorful",
},
2024-05-19 21:20:42 +08:00
{
"name": "@vben-core/design",
2024-06-08 21:27:43 +08:00
"path": "packages/@core/shared/design",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben-core/design-tokens",
2024-06-08 21:27:43 +08:00
"path": "packages/@core/shared/design-tokens",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben-core/iconify",
2024-06-08 21:27:43 +08:00
"path": "packages/@core/shared/iconify",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben-core/toolkit",
2024-06-08 21:27:43 +08:00
"path": "packages/@core/shared/toolkit",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben-core/typings",
2024-06-08 21:27:43 +08:00
"path": "packages/@core/shared/typings",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben-core/layout-ui",
2024-06-23 20:03:41 +08:00
"path": "packages/@core/ui-kit/layout-ui",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben-core/menu-ui",
2024-06-23 20:03:41 +08:00
"path": "packages/@core/ui-kit/menu-ui",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben-core/shadcn-ui",
2024-06-23 20:03:41 +08:00
"path": "packages/@core/ui-kit/shadcn-ui",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben-core/tabs-ui",
2024-06-23 20:03:41 +08:00
"path": "packages/@core/ui-kit/tabs-ui",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben/access",
"path": "packages/business/access",
},
2024-06-23 14:21:27 +08:00
{
"name": "@vben/chart-ui",
"path": "packages/business/chart-ui",
},
2024-05-19 21:20:42 +08:00
{
"name": "@vben/layouts",
"path": "packages/business/layouts",
},
{
"name": "@vben/universal-ui",
"path": "packages/business/universal-ui",
},
2024-06-23 20:03:41 +08:00
{
"name": "@vben/widgets",
"path": "packages/business/widgets",
},
{
"name": "@vben/constants",
"path": "packages/constants",
},
2024-05-19 21:20:42 +08:00
{
"name": "@vben/icons",
"path": "packages/icons",
},
{
"name": "@vben/locales",
"path": "packages/locales",
},
2024-05-21 22:42:25 +08:00
{
"name": "@vben/styles",
"path": "packages/styles",
},
2024-05-21 22:14:25 +08:00
{
"name": "@vben/types",
"path": "packages/types",
},
{
"name": "@vben/utils",
"path": "packages/utils",
},
2024-05-19 21:20:42 +08:00
{
"name": "@vben/vsh",
"path": "scripts/vsh",
},
2024-05-29 22:13:31 +08:00
{
"name": "@vben/website",
"path": "website",
},
2024-05-19 21:20:42 +08:00
],
}