-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.npmrc
More file actions
52 lines (42 loc) · 1.28 KB
/
.npmrc
File metadata and controls
52 lines (42 loc) · 1.28 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
hoist=false
link-workspace-packages=deep
# 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/*'
# Circles
# public-hoist-pattern[]='@circles-sdk/*'
# public-hoist-pattern[]='ethers'
# Lint
public-hoist-pattern[]='*eslint*'
public-hoist-pattern[]='*prettier*'
# Zapier
# public-hoist-pattern[]='zapier-platform-core'
# public-hoist-pattern[]='zapier-platform-cli'
public-hoist-pattern[]="@oclif/*"
# 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'
# Firebase
public-hoist-pattern[]='firebase'
public-hoist-pattern[]='firebase-*'
public-hoist-pattern[]='@firebase/*'
# Telegram
public-hoist-pattern[]='@grammyjs/*'
# Uniswap
public-hoist-pattern[]='jsbi'
public-hoist-pattern[]='ethers'
public-hoist-pattern[]='@uniswap/*'
# Other
public-hoist-pattern[]='tiny-invariant'
public-hoist-pattern[]='lodash-es'
public-hoist-pattern[]='next'
public-hoist-pattern[]='tslib'