mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
18 lines
445 B
YAML
18 lines
445 B
YAML
nodeLinker: node-modules
|
|
|
|
packageExtensions:
|
|
"@nuxtjs/eslint-config-typescript@*":
|
|
peerDependencies:
|
|
eslint: "*"
|
|
rollup-plugin-esbuild@*:
|
|
peerDependencies:
|
|
rollup: "*"
|
|
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
|
spec: "@yarnpkg/plugin-typescript"
|
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
|
spec: "@yarnpkg/plugin-interactive-tools"
|
|
|
|
yarnPath: .yarn/releases/yarn-2.4.1.cjs
|