generated from dargaCode/webpack-react-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
32 lines (29 loc) · 800 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
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
yarnPath: .yarn/releases/yarn-3.2.1.cjs
packageExtensions:
"@storybook/addon-actions@*":
dependencies:
react-dom: "^16"
regenerator-runtime: "*"
"@storybook/addon-knobs@*":
dependencies:
react-dom: "^16"
regenerator-runtime: "*"
"@storybook/addons@*":
dependencies:
regenerator-runtime: "*"
"@storybook/api@*":
dependencies:
react-dom: "^16"
"react-dev-utils@*":
dependencies:
typescript: "*"
webpack: "^4"
"react-docgen-typescript-loader@*":
dependencies:
webpack: "^4"