-
Notifications
You must be signed in to change notification settings - Fork 77
/
.yarnrc.yml
37 lines (33 loc) · 1002 Bytes
/
.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
initFields:
bugs:
url: "https://github.com/facebookresearch/Mephisto/issues"
homepage: "https://github.com/facebookresearch/Mephisto.git"
license: MIT
main: build/bundle.js
repository:
type: git
url: "git+https://github.com/facebookresearch/Mephisto.git"
source: src/index.js
initScope: annotated
packageExtensions:
"@docusaurus/core@*":
dependencies:
"@docusaurus/mdx-loader": latest
"@docusaurus/mdx-loader@*":
dependencies:
tslib: latest
"@docusaurus/utils-validation@*":
peerDependencies:
react: "*"
react-dom: "*"
html-minifier-terser@*:
dependencies:
acorn: latest
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.2.4.cjs