forked from dmattia/rv-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yarnrc.yml
65 lines (63 loc) · 1.62 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
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
yarnPath: .yarn/releases/yarn-berry.cjs
packageExtensions:
"@aws-amplify/ui-react@*":
dependencies:
"@aws-amplify/core": "*"
"@aws-amplify/ui-components@*":
peerDependencies:
"@aws-amplify/core": "*"
dependencies:
"@aws-amplify/storage": "*"
"@aws-amplify/interactions": "*"
"@aws-amplify/datastore@*":
peerDependencies:
"@aws-amplify/cache": "*"
dependencies:
"crypto-js": "*"
"@aws-amplify/api-graphql": "*"
"@aws-amplify/storage@*":
dependencies:
"@aws-sdk/protocol-http": "*"
"@aws-sdk/fetch-http-handler": "*"
"@aws-sdk/querystring-builder": "*"
"@aws-amplify/api@*":
dependencies:
"@aws-amplify/auth": "*"
peerDependencies:
"@aws-amplify/core": "*"
"@aws-amplify/cache": "*"
"@aws-crypto/sha256-browser@*":
dependencies:
"@aws-sdk/util-utf8-browser": "*"
"react-map-gl@*":
peerDependencies:
"react-dom": "*"
"maplibre-gl-js-amplify@*":
dependencies:
"@aws-amplify/geo": "*"
"@xstate/react@*":
dependencies:
"xstate": "*"
"@aws-sdk/util-user-agent-node@*":
dependencies:
"aws-crt": "*"
"postcss-loader@*":
dependencies:
"tailwindcss": "*"
"autoprefixer": "*"
"mocha@*":
dependencies:
"ts-node": "*"
"@nextui-org/react@*":
dependencies:
"@react-stately/menu": "*"
"@react-stately/collections": "*"
"debug@*":
dependencies:
"supports-color": "*"
"follow-redirects@*":
dependencies:
"debug": "*"