-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
37 lines (34 loc) · 978 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
nodeLinker: node-modules
packageExtensions:
"@linaria/webpack-loader@*":
dependencies:
"@babel/core": "*"
webpack: "*"
"@mdx-js/loader@*":
dependencies:
react: "*"
"@storybook/instrumenter@*":
dependencies:
react: "*"
react-dom: "*"
"@storybook/preset-create-react-app@*":
dependencies:
react-refresh: "*"
typescript: "*"
webpack: "*"
eslint-config-react-app@*:
dependencies:
"@babel/plugin-syntax-flow": "*"
"@babel/plugin-transform-react-jsx": "*"
react-dev-utils@*:
dependencies:
typescript: "*"
webpack: "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.2.0.cjs