Skip to content

Commit dad4d7b

Browse files
committed
feat: library stat pages
1 parent 161cdee commit dad4d7b

28 files changed

+2781
-1961
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ dist
2828
# Content Collections generated files
2929
.content-collections
3030

31+
# ai
32+
.claude
33+
.cursor

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
"@sentry/vite-plugin": "^2.22.6",
3636
"@tailwindcss/typography": "^0.5.13",
3737
"@tailwindcss/vite": "^4.1.11",
38-
"@tanstack/pacer": "^0.16.4",
39-
"@tanstack/react-pacer": "^0.17.4",
38+
"@tanstack/react-pacer": "^0.19.0",
4039
"@tanstack/react-query": "^5.90.12",
4140
"@tanstack/react-router": "1.141.6",
4241
"@tanstack/react-router-devtools": "1.141.6",

pnpm-lock.yaml

Lines changed: 13 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/DocsLayout.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ const useMenuConfig = ({
6969
label: 'Contributors',
7070
to: '/$libraryId/$version/docs/contributors',
7171
},
72+
{
73+
label: 'NPM Stats',
74+
to: '/$libraryId/$version/docs/npm-stats',
75+
},
7276
...(config.sections.find((d) => d.label === 'Community Resources')
7377
? [
7478
{

src/components/NpmStatsChart.tsx

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)