Files
ruoyi-plus-vben5-h/vben-admin.code-workspace
xingyu a4736a49f8 feat: migrate to Tailwind CSS v4 (#7614)
* chore: update deps

* feat: use jsonc/x language

* chore: update eslint 10.0

* fix: no-useless-assignment

* feat: add CLAUDE.md

* chore: ignore

* feat: claude

* fix: lint

* chore: suppot eslint v10

* fix: lint

* fix: lint

* fix: type check

* fix: unit test

* fix: Suggested fix

* fix: unit test

* chore: update stylelint v17

* chore: update all major deps

* fix:  echarts console warn

* chore: update vitest v4

* feat: add skills ignores

* chore: update deps

* chore: update deps

* fix: cspell

* chore: update deps

* chore: update tailwindcss v4

* chore: remove postcss config

* fix: no use catalog

* chore: tailwind v4 config

* fix: tailwindcss v4 sort

* feat: use eslint-plugin-better-tailwindcss

* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier

* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier

* fix(lint): resolve prettier and better-tailwindcss formatting conflicts

* fix(tailwind): update theme references and lint sources

* style(format): normalize apps docs and playground vue files

* style(format): normalize core ui-kit components

* style(format): normalize effects ui and layout components
2026-03-10 05:08:45 +08:00

177 lines
3.7 KiB
Plaintext

{
"folders": [
{
"name": "@vben/backend-mock",
"path": "apps/backend-mock",
},
{
"name": "@vben/web-antd",
"path": "apps/web-antd",
},
{
"name": "@vben/web-antdv-next",
"path": "apps/web-antdv-next",
},
{
"name": "@vben/web-ele",
"path": "apps/web-ele",
},
{
"name": "@vben/web-naive",
"path": "apps/web-naive",
},
{
"name": "@vben/web-tdesign",
"path": "apps/web-tdesign",
},
{
"name": "@vben/docs",
"path": "docs",
},
{
"name": "@vben/commitlint-config",
"path": "internal/lint-configs/commitlint-config",
},
{
"name": "@vben/eslint-config",
"path": "internal/lint-configs/eslint-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/tsconfig",
"path": "internal/tsconfig",
},
{
"name": "@vben/vite-config",
"path": "internal/vite-config",
},
{
"name": "@vben-core/design",
"path": "packages/@core/base/design",
},
{
"name": "@vben-core/icons",
"path": "packages/@core/base/icons",
},
{
"name": "@vben-core/shared",
"path": "packages/@core/base/shared",
},
{
"name": "@vben-core/typings",
"path": "packages/@core/base/typings",
},
{
"name": "@vben-core/composables",
"path": "packages/@core/composables",
},
{
"name": "@vben-core/preferences",
"path": "packages/@core/preferences",
},
{
"name": "@vben-core/form-ui",
"path": "packages/@core/ui-kit/form-ui",
},
{
"name": "@vben-core/layout-ui",
"path": "packages/@core/ui-kit/layout-ui",
},
{
"name": "@vben-core/menu-ui",
"path": "packages/@core/ui-kit/menu-ui",
},
{
"name": "@vben-core/popup-ui",
"path": "packages/@core/ui-kit/popup-ui",
},
{
"name": "@vben-core/shadcn-ui",
"path": "packages/@core/ui-kit/shadcn-ui",
},
{
"name": "@vben-core/tabs-ui",
"path": "packages/@core/ui-kit/tabs-ui",
},
{
"name": "@vben/constants",
"path": "packages/constants",
},
{
"name": "@vben/access",
"path": "packages/effects/access",
},
{
"name": "@vben/common-ui",
"path": "packages/effects/common-ui",
},
{
"name": "@vben/hooks",
"path": "packages/effects/hooks",
},
{
"name": "@vben/layouts",
"path": "packages/effects/layouts",
},
{
"name": "@vben/plugins",
"path": "packages/effects/plugins",
},
{
"name": "@vben/request",
"path": "packages/effects/request",
},
{
"name": "@vben/icons",
"path": "packages/icons",
},
{
"name": "@vben/locales",
"path": "packages/locales",
},
{
"name": "@vben/preferences",
"path": "packages/preferences",
},
{
"name": "@vben/stores",
"path": "packages/stores",
},
{
"name": "@vben/styles",
"path": "packages/styles",
},
{
"name": "@vben/types",
"path": "packages/types",
},
{
"name": "@vben/utils",
"path": "packages/utils",
},
{
"name": "@vben/playground",
"path": "playground",
},
{
"name": "@vben/turbo-run",
"path": "scripts/turbo-run",
},
{
"name": "@vben/vsh",
"path": "scripts/vsh",
},
],
}