Skip to content

Commit 1b879ee

Browse files
Boshenclaude
andcommitted
feat: add vite-plus to dashboard data
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 61815e6 commit 1b879ee

4 files changed

Lines changed: 20 additions & 1 deletion

File tree

apps/dashboard/src/NpmPackages.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const packages = [
1111
"oxc-transform",
1212
"oxc-minify",
1313
"oxc-resolver",
14+
"vite-plus",
1415
];
1516

1617
function NpmPackages() {

apps/dashboard/src/pages/HomePage.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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}

data/dependents.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,5 +522,11 @@
522522
}
523523
]
524524
}
525+
},
526+
"voidzero-dev/vite-plus": {
527+
"vite-plus": {
528+
"topDependents": [],
529+
"latestDependents": []
530+
}
525531
}
526532
}

tools/fetch-github-dependents.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3134
async function fetchDependents() {

0 commit comments

Comments
 (0)