-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path.yarnrc.yml
75 lines (73 loc) · 2.22 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
packageExtensions:
'@mdx-js/loader@*':
dependencies:
react: '*'
'@storybook/core@*':
dependencies:
webpack: '*'
'@types/react-relay@^13.0.1':
peerDependencies:
'@types/relay-runtime': ^13.0.1
'@graphql-codegen/cli@*':
peerDependencies:
'@types/node': '*'
'ts-node': '*'
'typescript': '*'
'@babel/core': '*'
'@graphql-tools/graphql-tag-pluck@*':
peerDependencies:
'@babel/core': '*'
'@graphql-tools/code-file-loader@*':
peerDependencies:
'@babel/core': '*'
'@graphql-tools/git-loader@*':
peerDependencies:
'@babel/core': '*'
'@graphql-tools/github-loader@*':
peerDependencies:
'@babel/core': '*'
graphql-config@*:
peerDependencies:
'@types/node': '*'
'typescript': '*'
babel-plugin-relay@*:
dependencies:
'@babel/runtime': '*'
eslint-config-airbnb-typescript@*:
dependencies:
'@babel/core': '*'
eslint: '*'
eslint-plugin-import: '*'
eslint-config-react-app@*:
dependencies:
'@babel/plugin-syntax-flow': '*'
'@babel/plugin-transform-react-jsx': '*'
peerDependencies:
'@typescript-eslint/eslint-plugin': '*'
dependencies:
next: '13.4.18'
react: '^18.2.0'
react-dom: '^18.2.0'
notistack@*:
dependencies:
csstype: '*'
mercurius@*:
peerDependencies:
fastify: '*'
pino@*:
dependencies:
pino-pretty: '*'
ts-node-dev@*:
peerDependencies:
'@types/node': '*'
plugins:
- 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-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.3.cjs