-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.npmrc
40 lines (26 loc) · 1.15 KB
/
.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
37
38
39
40
auto-install-peers=false
save-exact=true
dedupe-peer-dependents=true
strict-peer-dependencies=false
public-hoist-pattern[]=secure-password
public-hoist-pattern[]=zod
# Needed for crud package to work properly. Don't remove the lines.
public-hoist-pattern[]=*prisma*
# Needed for crud package to work properly. Don't remove the lines.
# Needed for api-platform package to work properly. Don't remove the lines.
public-hoist-pattern[]=*redoc*
# Needed for api-platform package to work properly. Don't remove the lines.
# Needed for all package to work properly. Don't remove the lines.
public-hoist-pattern[]=*eslint*
public-hoist-pattern[]=@prettier/plugin-*
public-hoist-pattern[]=*prettier-plugin-*
public-hoist-pattern[]=*textlint-*
# Needed for all package to work properly. Don't remove the lines.
# Needed for nextra package to work properly. Don't remove the lines.
public-hoist-pattern[]=next
public-hoist-pattern[]=nextra
public-hoist-pattern[]=@types/react
public-hoist-pattern[]=@types/react-dom
# Needed for nextra package to work properly. Don't remove the lines.
# npm v8.5+: npm ERR! notarget No matching version found for...
workspaces-update=false