fixed version control heatmap and activity

This commit is contained in:
will
2026-04-02 20:38:56 +01:00
parent 1da5da43e1
commit 250a7030bf
1777 changed files with 170575 additions and 83 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "william-march",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"geist": "^1.3.0"
},
"devDependencies": {
"typescript": "^5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^20",
"tailwindcss": "^3.4",
"autoprefixer": "^10",
"postcss": "^8"
}
}