forked from gardener/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yarnrc.yml
51 lines (45 loc) · 1.45 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
enableTelemetry: false
enableTransparentWorkspaces: false
immutablePatterns:
- .pnp.*
logFilters:
- code: YN0005
level: discard
packageExtensions:
"@babel/plugin-syntax-jsx@*":
dependencies:
"@babel/core": "*"
"@vue/cli-service@*":
peerDependencies:
"@vue/cli-plugin-babel": "*"
"@vue/cli-plugin-eslint": "*"
"@vue/cli-plugin-router": "*"
"@vue/cli-plugin-unit-jest": "*"
"@vue/cli-plugin-vuex": "*"
vue-cli-plugin-vuetify: "*"
eslint-import-resolver-webpack@*:
dependencies:
webpack: ^4.44.2
vue-cli-plugin-vuetify@*:
dependencies:
webpack: ^4.44.2
vue-eslint-parser@*:
dependencies:
babel-eslint: "*"
vue-jest@*:
dependencies:
convert-source-map: "*"
vue: "*"
vue-template-compiler: "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-production-install.cjs
spec: "https://gitlab.com/holgerkoser/yarn-contrib/-/raw/1.0.0-beta.3/packages/plugin-production-install/bundles/@yarnpkg/plugin-production-install.js"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
spec: "@yarnpkg/plugin-constraints"
yarnPath: .yarn/releases/yarn-2.4.1.cjs