generated from 8iq/nodejs-hackathon-boilerplate-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 28
/
.yarnrc.yml
44 lines (39 loc) · 1.02 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
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
#to enable strict mode use pnp instead (or comment this parameter)
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.2.2.cjs
packageExtensions:
"@keystonejs/app-graphql-playground@*":
peerDependencies:
"graphql": "*"
"@keystonejs/app-next@*":
peerDependencies:
"react": "*"
"react-dom": "*"
"@prisma/engine-core@*":
peerDependencies:
"strip-ansi": "*"
"@zeit/next-css@^1.0.1":
peerDependencies:
"webpack": "^4.0.0"
"@zeit/next-less@^1.0.1":
peerDependencies:
"webpack": "^4.0.0"
"antd-dayjs-webpack-plugin@*":
"dependencies":
"loader-utils": "^1.2.3"
"@apollo/client@*":
peerDependencies:
"react": "*"
"react-dom": "*"
"echarts-for-react@*":
peerDependencies:
"tslib": "*"
"node-fetch@^2.6.0":
dependencies:
"encoding": "^0.1.0"
"apollo-utilities@*":
dependencies:
"graphql": "^15.6.1"