-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.yarnrc.yml
54 lines (54 loc) · 1.63 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
yarnPath: .yarn/releases/yarn-3.2.0.cjs
# AWS teams seem to not bother defining their dependencies properly; they just assume they're installed. This is incompatible with yarn v2+. We massage them here
packageExtensions:
"@aws-crypto/sha256-browser@*":
dependencies:
"@aws-sdk/util-utf8-browser": "*"
"@aws-amplify/api@*":
dependencies:
"@aws-amplify/auth": "*"
"@aws-amplify/cache": "*"
"@aws-amplify/core": "*"
"@aws-amplify/datastore@*":
dependencies:
"@aws-amplify/cache": "*"
"@aws-amplify/api-graphql": "*"
"crypto-js": "*"
"@aws-amplify/storage@*":
dependencies:
"@aws-sdk/fetch-http-handler": "*"
"@aws-sdk/protocol-http": "*"
"@aws-sdk/querystring-builder": "*"
"@aws-amplify/ui-components@*":
dependencies:
"@aws-amplify/auth": "*"
"@aws-amplify/core": "*"
"@aws-amplify/interactions": "*"
"@aws-amplify/storage": "*"
"@aws-amplify/ui-react@*":
dependencies:
"@aws-amplify/auth": "*"
"@aws-amplify/geo": "*"
"@aws-amplify/core": "*"
"aws-amplify": "*"
"xstate": "*"
"aws-appsync-auth-link@*":
peerDependencies:
"graphql": "*"
"aws-appsync-subscription-link@*":
peerDependencies:
"graphql": "*"
dependencies:
"uuid": "*"
"react-map-gl@*":
peerDependencies:
"react-dom": "*"
"eslint-config-react-app@*":
peerDependencies:
"@babel/plugin-syntax-flow": "*"
"@babel/plugin-transform-react-jsx": "*"
"react-scripts@*":
peerDependencies:
"eslint-plugin-prettier": "*"
"eslint-plugin-json": "*"
"eslint-plugin-unused-imports": "*"