2020-10-11 19:06:21 +02: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 19:06:21 +02:00
|
|
|
|
2023-02-14 22:20:11 +01:00
|
|
|
# npmRegistryServer: "http://localhost:4873/"
|
|
|
|
# unsafeHttpWhitelist:
|
|
|
|
# - localhost
|
|
|
|
|
2020-10-11 19:06:21 +02:00
|
|
|
plugins:
|
|
|
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
|
|
|
spec: "@yarnpkg/plugin-workspace-tools"
|
2020-10-16 07:57:46 +02: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 19:06:21 +02:00
|
|
|
|
2023-06-03 10:33:13 +02:00
|
|
|
yarnPath: .yarn/releases/yarn-3.6.0.cjs
|