Initial commit: GitPulse project scaffold
Next.js dashboard with git statistics, AI-powered summaries via Ollama, and research documents for project planning. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
36
package.json
Normal file
36
package.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "git-statistics-dashboard",
|
||||
"version": "1.0.0",
|
||||
"description": "Dashboard pour les statistiques de commits Git",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@radix-ui/react-slot": "^1.2.4",
|
||||
"@types/node": "^20.0.0",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"chart.js": "^4.5.1",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.0",
|
||||
"date-fns": "^3.2.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"lucide-react": "^0.344.0",
|
||||
"next": "^15.1.0",
|
||||
"openai": "^4.28.0",
|
||||
"react": "^19.0.0",
|
||||
"react-chartjs-2": "^5.3.1",
|
||||
"react-dom": "^19.0.0",
|
||||
"recharts": "^2.12.2",
|
||||
"simple-git": "^3.22.0",
|
||||
"tailwind-merge": "^2.2.1",
|
||||
"tailwindcss-animate": "^1.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.4.1",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user