2020-10-11 10:06:21 -07:00
|
|
|
defaultSemverRangePrefix: ""
|
2021-05-15 16:39:03 +02:00
|
|
|
|
2021-05-14 08:04:19 +02:00
|
|
|
enableGlobalCache: false
|
2021-05-15 16:39:03 +02:00
|
|
|
|
2021-09-07 21:19:44 +02:00
|
|
|
npmRegistryServer: "https://registry.npmjs.org"
|
2020-10-11 10:06:21 -07:00
|
|
|
|
2023-02-14 22:20:11 +01:00
|
|
|
# npmRegistryServer: "http://localhost:4873/"
|
|
|
|
# unsafeHttpWhitelist:
|
|
|
|
# - localhost
|
|
|
|
|
2020-10-11 10:06:21 -07:00
|
|
|
plugins:
|
|
|
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
|
|
|
spec: "@yarnpkg/plugin-workspace-tools"
|
2020-10-15 22:57:46 -07:00
|
|
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
|
|
|
spec: "@yarnpkg/plugin-interactive-tools"
|
2021-05-15 16:39:03 +02:00
|
|
|
- ./yarn-plugins/plugin-postinstall.js
|
|
|
|
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
|
|
|
spec: "@yarnpkg/plugin-typescript"
|
2020-10-11 10:06:21 -07:00
|
|
|
|
2023-04-03 21:11:38 +02:00
|
|
|
yarnPath: .yarn/releases/yarn-3.5.0.cjs
|