Added several dependencies, including Radix UI components, `react-hook-form`, `tailwind-merge`, `zod`, and others to enhance frontend functionality. Updated `pnpm-workspace.yaml` and lockfile to reflect changes for better dependency management.
17 lines
247 B
YAML
17 lines
247 B
YAML
packages:
|
|
- frontend
|
|
- backend
|
|
- libs/*
|
|
- packages/*
|
|
- documentation
|
|
- examples/*
|
|
- types
|
|
|
|
onlyBuiltDependencies:
|
|
- '@nestjs/core'
|
|
- '@scarf/scarf'
|
|
- '@sentry-internal/node-cpu-profiler'
|
|
- esbuild
|
|
- sharp
|
|
- unrs-resolver
|