-
Notifications
You must be signed in to change notification settings - Fork 11
/
.yarnrc.yml
53 lines (49 loc) · 1.18 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
nodeLinker: pnp
packageExtensions:
"@babel/plugin-transform-react-jsx@*":
dependencies:
"@babel/core": "*"
"@babel/preset-env@*":
dependencies:
"@babel/core": "*"
"@mdx-js/react@*":
dependencies:
react: "*"
"@storybook/addon-measure@*":
dependencies:
"@storybook/components": "*"
"@storybook/core-events": "*"
"@storybook/theming": "*"
"@storybook/core-client@*":
dependencies:
webpack: "*"
babel-loader@*:
dependencies:
webpack: "*"
css-loader@*:
dependencies:
webpack: "*"
eslint-config-airbnb-base@*:
dependencies:
eslint: "*"
eslint-plugin-import: "*"
fork-ts-checker-webpack-plugin@*:
dependencies:
typescript: "*"
webpack: "*"
sass-loader@*:
dependencies:
webpack: "*"
style-loader@*:
dependencies:
webpack: "*"
react-server-dom-webpack@*:
dependencies:
webpack: "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
yarnPath: .yarn/releases/yarn-berry.cjs
changesetBaseRefs: ["main"]