-
Notifications
You must be signed in to change notification settings - Fork 5
/
.yarnrc.yml
61 lines (55 loc) · 1.33 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
60
61
initScope: asap-hub
packageExtensions:
'@serverless/components@2.34.9':
dependencies:
inquirer: ^7.0.0
'@storybook/core@6.2.9':
dependencies:
webpack: ^5.0.0
debug@*:
dependencies:
supports-color: '*'
node-fetch@3.0.0-beta.8:
dependencies:
domexception: ^2.0.1
react-dev-utils@>=10 <=11:
dependencies:
typescript: ~4.1.0
webpack: ^4.0.0
serverless-webpack@5.5.0:
dependencies:
typescript: ~4.1.0
jest-config@*:
dependencies:
jest-runtime: '*'
jest-cli@*:
dependencies:
'@jest/reporters': '*'
'@jest/console': '*'
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
spec: '@yarnpkg/plugin-constraints'
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
- path: .yarn/plugins/@yarnpkg/plugin-dotenv.cjs
spec: 'https://unpkg.com/yarn-plugin-dotenv@0.1.1/bundles/@yarnpkg/plugin-dotenv.js'
pnpEnableEsmLoader: true
nodeLinker: 'pnp'
pnpMode: loose
yarnPath: .yarn/releases/yarn-3.7.0.cjs
supportedArchitectures:
os:
- 'current'
- 'darwin'
- 'linux'
- 'win32'
cpu:
- 'current'
- 'x64'
- 'arm64'
libc:
- 'current'
- 'glibc'
- 'musl'