| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- {
- "folders": [
- {
- "name": "@velofex/backend-mock",
- "path": "apps/backend-mock",
- },
- {
- "name": "@velofex/web-a",
- "path": "apps/web-velofex-a",
- },
- {
- "name": "@velofex/web-b",
- "path": "apps/web-velofex-b",
- },
- {
- "name": "@velofex/commitlint-config",
- "path": "internal/lint-configs/commitlint-config",
- },
- {
- "name": "@velofex/eslint-config",
- "path": "internal/lint-configs/eslint-config",
- },
- {
- "name": "@velofex/prettier-config",
- "path": "internal/lint-configs/prettier-config",
- },
- {
- "name": "@velofex/stylelint-config",
- "path": "internal/lint-configs/stylelint-config",
- },
- {
- "name": "@velofex/node-utils",
- "path": "internal/node-utils",
- },
- {
- "name": "@velofex/tailwind-config",
- "path": "internal/tailwind-config",
- },
- {
- "name": "@velofex/tsconfig",
- "path": "internal/tsconfig",
- },
- {
- "name": "@velofex/vite-config",
- "path": "internal/vite-config",
- },
- {
- "name": "@velofex-core/design",
- "path": "packages/@core/base/design",
- },
- {
- "name": "@velofex-core/icons",
- "path": "packages/@core/base/icons",
- },
- {
- "name": "@velofex-core/shared",
- "path": "packages/@core/base/shared",
- },
- {
- "name": "@velofex-core/typings",
- "path": "packages/@core/base/typings",
- },
- {
- "name": "@velofex-core/composables",
- "path": "packages/@core/composables",
- },
- {
- "name": "@velofex-core/preferences",
- "path": "packages/@core/preferences",
- },
- {
- "name": "@velofex-core/form-ui",
- "path": "packages/@core/ui-kit/form-ui",
- },
- {
- "name": "@velofex-core/layout-ui",
- "path": "packages/@core/ui-kit/layout-ui",
- },
- {
- "name": "@velofex-core/menu-ui",
- "path": "packages/@core/ui-kit/menu-ui",
- },
- {
- "name": "@velofex-core/popup-ui",
- "path": "packages/@core/ui-kit/popup-ui",
- },
- {
- "name": "@velofex-core/shadcn-ui",
- "path": "packages/@core/ui-kit/shadcn-ui",
- },
- {
- "name": "@velofex-core/tabs-ui",
- "path": "packages/@core/ui-kit/tabs-ui",
- },
- {
- "name": "@velofex/constants",
- "path": "packages/constants",
- },
- {
- "name": "@velofex/access",
- "path": "packages/effects/access",
- },
- {
- "name": "@velofex/common-ui",
- "path": "packages/effects/common-ui",
- },
- {
- "name": "@velofex/hooks",
- "path": "packages/effects/hooks",
- },
- {
- "name": "@velofex/layouts",
- "path": "packages/effects/layouts",
- },
- {
- "name": "@velofex/plugins",
- "path": "packages/effects/plugins",
- },
- {
- "name": "@velofex/request",
- "path": "packages/effects/request",
- },
- {
- "name": "@velofex/icons",
- "path": "packages/icons",
- },
- {
- "name": "@velofex/locales",
- "path": "packages/locales",
- },
- {
- "name": "@velofex/preferences",
- "path": "packages/preferences",
- },
- {
- "name": "@velofex/stores",
- "path": "packages/stores",
- },
- {
- "name": "@velofex/styles",
- "path": "packages/styles",
- },
- {
- "name": "@velofex/types",
- "path": "packages/types",
- },
- {
- "name": "@velofex/utils",
- "path": "packages/utils",
- },
- {
- "name": "@velofex/turbo-run",
- "path": "scripts/turbo-run",
- },
- {
- "name": "@velofex/vsh",
- "path": "scripts/vsh",
- },
- ],
- }
|