forked from fern-api/fern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
59 lines (53 loc) · 1.08 KB
/
.yarnrc.yml
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
53
54
55
56
57
58
59
changesetBaseRefs:
- main
- origin/main
nodeLinker: pnp
npmScopes:
fern-fern:
npmRegistryServer: "https://npm.buildwithfern.com/"
packageExtensions:
"@blueprintjs/eslint-plugin@*":
dependencies:
tslib: "*"
"@blueprintjs/stylelint-plugin@*":
dependencies:
tslib: "*"
chalk@*:
dependencies:
"#supports-color": "npm:[email protected]"
debug@*:
dependencies:
supports-color: ^8.1.1
docsify-cli@*:
dependencies:
ansi-colors: "*"
y18n: "*"
docsify-server-renderer@*:
dependencies:
marked: "*"
prismjs: "*"
strip-indent: 3.0.0
follow-redirects@*:
dependencies:
debug: "*"
inquirer-file-tree-selection-prompt@*:
dependencies:
inquirer: ^8.0.0
postcss-scss@*:
dependencies:
postcss: "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.6.1.cjs
supportedArchitectures:
os:
- current
- darwin
- linux
- win32
cpu:
- current
- x64
- ia32
- arm64