generated from owlprotocol/starter-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.npmrc
30 lines (25 loc) · 805 Bytes
/
.npmrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
hoist=false
link-workspace-packages=deep
# Build
public-hoist-pattern[]='@esbuild-plugins/*'
public-hoist-pattern[]='esbuild'
public-hoist-pattern[]='glob'
public-hoist-pattern[]='tslib'
# Lint
public-hoist-pattern[]='*eslint*'
public-hoist-pattern[]='*prettier*'
# React
public-hoist-pattern[]='react'
public-hoist-pattern[]='react-dom'
public-hoist-pattern[]='@types/react'
public-hoist-pattern[]='@types/react-dom'
public-hoist-pattern[]='lit-html'
# Smart Contracts
public-hoist-pattern[]='hardhat'
public-hoist-pattern[]='@ethersproject/*'
# Inconsistencies in versions sometimes (prefer syncpack but this is an escape hatch)
public-hoist-pattern[]='viem'
public-hoist-pattern[]='@viem/viem'
public-hoist-pattern[]='wagmi'
public-hoist-pattern[]='@wagmi/*'
public-hoist-pattern[]='@rainbow-me/*'