forked from microsoft/showwhy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yarnrc.yml
63 lines (59 loc) · 1.58 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
changesetIgnorePatterns:
- "**/*.spec.{js,ts,tsx}"
- "**/*.story.{js,ts,tsx}"
- "**/*.stories.{js,ts,tsx}"
- javascript/webapp/**/*
npmAuthToken: "${NPM_AUTH_TOKEN-emptytoken}"
packageExtensions:
3d-force-graph-ar@*:
peerDependencies:
three: "*"
3d-force-graph-vr@*:
peerDependencies:
three: "*"
"@fluentui/font-icons-mdl2@*":
peerDependencies:
react: "*"
"@fluentui/style-utilities@*":
peerDependencies:
"@types/react": "*"
react: "*"
"@uifabric/icons@*":
peerDependencies:
react: "*"
"@uifabric/styling@*":
peerDependencies:
"@types/react-dom": "*"
react: "*"
react-dom: "*"
aframe-forcegraph-component@*:
peerDependencies:
three: "*"
elkjs@*:
peerDependencies:
web-worker: "*"
react-force-graph@*:
peerDependencies:
three: "*"
"@datashaper/app-framework@*":
peerDependencies:
'@thematic/react': "*"
'@thematic/d3': "*"
'@thematic/fluent': "*"
'@thematic/core': "*"
"@storybook/addon-docs@*":
peerDependencies:
"@babel/core": "*"
styled-components@*:
dependencies:
react-is: ^16
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-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-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.2.4.cjs