-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.npmrc
36 lines (29 loc) · 835 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
31
32
33
34
35
36
hoist=false
link-workspace-packages=deep
# Build
public-hoist-pattern[]='@esbuild-plugins/*'
public-hoist-pattern[]='esbuild'
public-hoist-pattern[]='glob'
# 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'
# Firebase
public-hoist-pattern[]='firebase'
public-hoist-pattern[]='firebase-*'
public-hoist-pattern[]='@firebase/*'
# Telegram
public-hoist-pattern[]='@grammyjs/*'
# OClif CLI
public-hoist-pattern[]="@oclif/*"
# Viem, Wagmi, Rainbowkit
public-hoist-pattern[]='viem'
public-hoist-pattern[]='@viem/viem'
public-hoist-pattern[]='wagmi'
public-hoist-pattern[]='@wagmi/*'
public-hoist-pattern[]='@rainbow-me/*'