pansoft-plrl/vben-admin.code-workspace

145 lines
3.1 KiB
Plaintext
Raw Normal View History

2024-05-19 21:20:42 +08:00
{
"folders": [
{
"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",
2024-06-08 21:27:43 +08:00
"path": "packages/@core/shared/chche",
2024-05-28 23:53:15 +08:00
},
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-08 21:27:43 +08:00
"path": "packages/@core/uikit/layout-ui",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben-core/menu-ui",
2024-06-08 21:27:43 +08:00
"path": "packages/@core/uikit/menu-ui",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben-core/shadcn-ui",
2024-06-08 21:27:43 +08:00
"path": "packages/@core/uikit/shadcn-ui",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben-core/tabs-ui",
2024-06-08 21:27:43 +08:00
"path": "packages/@core/uikit/tabs-ui",
2024-05-19 21:20:42 +08:00
},
{
"name": "@vben/common-ui",
"path": "packages/business/common-ui",
},
{
"name": "@vben/layouts",
"path": "packages/business/layouts",
},
{
"name": "@vben/constants",
"path": "packages/constants",
},
2024-05-19 21:20:42 +08:00
{
"name": "@vben/hooks",
"path": "packages/hooks",
},
{
"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
],
}