- Extensive updates to system configuration and deployment - Enhanced documentation and architecture improvements - Updated dependencies and build configurations - Improved service integrations and workflows 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
29 lines
652 B
JSON
29 lines
652 B
JSON
{
|
|
"name": "chorus-dashboard",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3002",
|
|
"build": "next build",
|
|
"start": "next start -p 3002",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "15.5.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"pg": "^8.11.3",
|
|
"lucide-react": "^0.263.1",
|
|
"@types/pg": "^8.10.7",
|
|
"tailwindcss": "^3.3.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.24",
|
|
"recharts": "^2.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.1.6",
|
|
"@types/node": "^20.4.7",
|
|
"@types/react": "^18.2.17",
|
|
"@types/react-dom": "^18.2.7"
|
|
}
|
|
} |