File tree Expand file tree Collapse file tree 3 files changed +42
-54
lines changed Expand file tree Collapse file tree 3 files changed +42
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 92
92
]
93
93
},
94
94
"packageManager" : " pnpm@10.12.2" ,
95
- "pnpm" : {
96
- "overrides" : {
97
- "vite" : " workspace:*"
98
- },
99
- "patchedDependencies" : {
100
- "http-proxy@1.18.1" : " patches/http-proxy@1.18.1.patch" ,
101
- "sirv@3.0.1" : " patches/sirv@3.0.1.patch" ,
102
- "chokidar@3.6.0" : " patches/chokidar@3.6.0.patch" ,
103
- "dotenv-expand@12.0.2" : " patches/dotenv-expand@12.0.2.patch"
104
- },
105
- "peerDependencyRules" : {
106
- "allowedVersions" : {
107
- "vite" : " *"
108
- },
109
- "ignoreMissing" : [
110
- " @algolia/client-search" ,
111
- " postcss" ,
112
- " search-insights"
113
- ]
114
- },
115
- "packageExtensions" : {
116
- "sass-embedded" : {
117
- "peerDependencies" : {
118
- "source-map-js" : " *"
119
- },
120
- "peerDependenciesMeta" : {
121
- "source-map-js" : {
122
- "optional" : true
123
- }
124
- }
125
- }
126
- },
127
- "ignoredBuiltDependencies" : [
128
- " core-js" ,
129
- " es5-ext"
130
- ],
131
- "onlyBuiltDependencies" : [
132
- " @parcel/watcher" ,
133
- " @tailwindcss/oxide" ,
134
- " bcrypt" ,
135
- " esbuild" ,
136
- " playwright-chromium" ,
137
- " sharp" ,
138
- " simple-git-hooks" ,
139
- " unrs-resolver" ,
140
- " workerd"
141
- ]
142
- },
143
95
"stackblitz" : {
144
96
"startCommand" : " pnpm --filter='./packages/vite' run dev"
145
97
}
Original file line number Diff line number Diff line change @@ -3,3 +3,45 @@ packages:
3
3
- ' playground/**'
4
4
- ' packages/**/__tests__/**'
5
5
- docs
6
+
7
+ hoistPattern :
8
+ - postcss # package/vite
9
+ - pug # playground/tailwind: @vue/compiler-sfc
10
+ - eslint-import-resolver-* # eslint-plugin-import-x
11
+ shellEmulator : true
12
+ autoInstallPeers : false
13
+ dedupeInjectedDeps : false
14
+ overrides :
15
+ vite : ' workspace:*'
16
+ patchedDependencies :
17
+ " http-proxy@1.18.1 " : " patches/http-proxy@1.18.1.patch"
18
+ " sirv@3.0.1 " : " patches/sirv@3.0.1.patch"
19
+ " chokidar@3.6.0 " : " patches/chokidar@3.6.0.patch"
20
+ " dotenv-expand@12.0.2 " : " patches/dotenv-expand@12.0.2.patch"
21
+ peerDependencyRules :
22
+ allowedVersions :
23
+ vite : " *"
24
+ ignoreMissing :
25
+ - " @algolia/client-search"
26
+ - " postcss"
27
+ - " search-insights"
28
+ packageExtensions :
29
+ sass-embedded :
30
+ peerDependencies :
31
+ source-map-js : " *"
32
+ peerDependenciesMeta :
33
+ source-map-js :
34
+ optional : true
35
+ ignoredBuiltDependencies :
36
+ - core-js
37
+ - es5-ext
38
+ onlyBuiltDependencies :
39
+ - " @parcel/watcher"
40
+ - " @tailwindcss/oxide"
41
+ - " bcrypt"
42
+ - " esbuild"
43
+ - " playwright-chromium"
44
+ - " sharp"
45
+ - " simple-git-hooks"
46
+ - " unrs-resolver"
47
+ - " workerd"
You can’t perform that action at this time.
0 commit comments