mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-22 22:02:00 +00:00
- Removed unused Turborepo configuration files and updated the .gitignore to exclude unnecessary directories. - Simplified package.json scripts by removing redundant entries related to Turborepo. - Updated dependencies in pnpm-lock.yaml and package.json for various packages, ensuring compatibility and improved performance. - Enhanced pnpm workspace configuration by removing obsolete entries and ensuring consistency across applications. - Added new lint log files for server and web applications to track linting processes.
25 lines
422 B
YAML
25 lines
422 B
YAML
lockfileVersion: '9.0'
|
|
|
|
settings:
|
|
autoInstallPeers: true
|
|
excludeLinksFromLockfile: false
|
|
|
|
importers:
|
|
|
|
.:
|
|
devDependencies:
|
|
husky:
|
|
specifier: ^9.1.7
|
|
version: 9.1.7
|
|
|
|
packages:
|
|
|
|
husky@9.1.7:
|
|
resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
snapshots:
|
|
|
|
husky@9.1.7: {}
|