forked from bangle-io/bangle-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yarnrc.yml
48 lines (44 loc) · 1.3 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
nodeLinker: pnp
packageExtensions:
"@storybook/addon-docs@*":
dependencies:
"@babel/core": "*"
"@storybook/addon-interactions@*":
dependencies:
core-js: "*"
"@storybook/instrumenter@*":
dependencies:
core-js: "*"
prosemirror-collab@*:
dependencies:
prosemirror-transform: "*"
prosemirror-gapcursor@*:
dependencies:
prosemirror-transform: "*"
prosemirror-inputrules@*:
dependencies:
prosemirror-model: "*"
prosemirror-keymap@*:
dependencies:
prosemirror-view: "*"
prosemirror-schema-list@*:
dependencies:
orderedmap: "*"
prosemirror-state@*:
dependencies:
prosemirror-view: "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
spec: "@yarnpkg/plugin-constraints"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-stage.cjs
spec: "@yarnpkg/plugin-stage"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
pnpMode: strict
yarnPath: .yarn/releases/yarn-3.3.0.cjs