|
@@ -13,6 +13,21 @@ packages:
|
|
|
- docs
|
|
- docs
|
|
|
- playground
|
|
- playground
|
|
|
|
|
|
|
|
|
|
+publicHoistPattern:
|
|
|
|
|
+ - lefthook
|
|
|
|
|
+ - eslint
|
|
|
|
|
+ - oxfmt
|
|
|
|
|
+ - oxlint
|
|
|
|
|
+ - stylelint
|
|
|
|
|
+ - '*postcss*'
|
|
|
|
|
+ - '@commitlint/*'
|
|
|
|
|
+ - czg
|
|
|
|
|
+
|
|
|
|
|
+strictPeerDependencies: false
|
|
|
|
|
+autoInstallPeers: true
|
|
|
|
|
+dedupePeerDependents: true
|
|
|
|
|
+verifyDepsBeforeRun: false
|
|
|
|
|
+
|
|
|
overrides:
|
|
overrides:
|
|
|
'@ast-grep/napi': 'catalog:'
|
|
'@ast-grep/napi': 'catalog:'
|
|
|
'@ctrl/tinycolor': 'catalog:'
|
|
'@ctrl/tinycolor': 'catalog:'
|
|
@@ -198,3 +213,10 @@ catalog:
|
|
|
yaml-eslint-parser: ^2.0.0
|
|
yaml-eslint-parser: ^2.0.0
|
|
|
zod: ^3.25.76
|
|
zod: ^3.25.76
|
|
|
zod-defaults: 0.1.3
|
|
zod-defaults: 0.1.3
|
|
|
|
|
+
|
|
|
|
|
+allowBuilds:
|
|
|
|
|
+ '@parcel/watcher': true
|
|
|
|
|
+ core-js: true
|
|
|
|
|
+ esbuild: true
|
|
|
|
|
+ lefthook: true
|
|
|
|
|
+ vue-demi: true
|