2020-10-11 12:06:21 -05:00
|
|
|
defaultSemverRangePrefix: ""
|
2021-05-15 09:39:03 -05:00
|
|
|
|
2021-05-14 01:04:19 -05:00
|
|
|
enableGlobalCache: false
|
2021-05-15 09:39:03 -05:00
|
|
|
|
2021-09-07 14:19:44 -05:00
|
|
|
npmRegistryServer: "https://registry.npmjs.org"
|
2020-10-11 12:06:21 -05:00
|
|
|
|
2023-07-15 14:37:45 -05:00
|
|
|
# for local development usage
|
2023-02-14 16:20:11 -05:00
|
|
|
# npmRegistryServer: "http://localhost:4873/"
|
|
|
|
# unsafeHttpWhitelist:
|
|
|
|
# - localhost
|
|
|
|
|
2020-10-11 12:06:21 -05:00
|
|
|
plugins:
|
|
|
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
|
|
|
spec: "@yarnpkg/plugin-workspace-tools"
|
2020-10-16 00:57:46 -05:00
|
|
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
|
|
|
spec: "@yarnpkg/plugin-interactive-tools"
|
2021-05-15 09:39:03 -05:00
|
|
|
- ./yarn-plugins/plugin-postinstall.js
|
|
|
|
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
|
|
|
spec: "@yarnpkg/plugin-typescript"
|
2020-10-11 12:06:21 -05:00
|
|
|
|
2024-09-13 12:41:42 -05:00
|
|
|
yarnPath: .yarn/releases/yarn-3.8.5.cjs
|