File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const packages = [
1111 "oxc-transform" ,
1212 "oxc-minify" ,
1313 "oxc-resolver" ,
14+ "vite-plus" ,
1415] ;
1516
1617function NpmPackages ( ) {
Original file line number Diff line number Diff line change @@ -60,6 +60,15 @@ const projects = [
6060 url : "https://vitepress.dev" ,
6161 color : "#5C73E7" ,
6262 } ,
63+ {
64+ name : "Vite+" ,
65+ description : "The unified toolchain for the web" ,
66+ stars : "1.2k" ,
67+ contributors : "30+" ,
68+ downloads : "50k+/week" ,
69+ url : "https://viteplus.dev" ,
70+ color : "#BD34FE" ,
71+ } ,
6372] ;
6473
6574// Performance benchmarks (Rolldown)
@@ -174,7 +183,7 @@ function HomePage() {
174183 </ a >
175184 </ div >
176185
177- < div className = "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-5 gap-3" >
186+ < div className = "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-6 gap-3" >
178187 { projects . map ( ( project ) => (
179188 < a
180189 key = { project . name }
Original file line number Diff line number Diff line change 522522 }
523523 ]
524524 }
525+ },
526+ "voidzero-dev/vite-plus" : {
527+ "vite-plus" : {
528+ "topDependents" : [],
529+ "latestDependents" : []
530+ }
525531 }
526532}
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ const repositories = {
2626 "oxc-project/oxc-resolver" : {
2727 "oxc-resolver" : "packages" ,
2828 } ,
29+ "voidzero-dev/vite-plus" : {
30+ "vite-plus" : "repositories" ,
31+ } ,
2932} ;
3033
3134async function fetchDependents ( ) {
You can’t perform that action at this time.
0 commit comments