fix: add go.sum and fixes

This commit is contained in:
2026-02-06 14:26:15 -03:00
parent cf2b4f7b91
commit d6b08cb586
36 changed files with 3613 additions and 423 deletions

View File

@@ -1,33 +1,40 @@
{
"name": "ophion-dashboard",
"version": "1.0.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"dev": "next dev",
"build": "next build",
"start": "next start -p 3000",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/react-query": "^5.17.19",
"chart.js": "^4.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"d3": "^7.8.5",
"date-fns": "^3.3.0",
"lucide-react": "^0.311.0",
"next": "14.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"next-auth": "^4.24.0",
"@tanstack/react-query": "^5.17.0",
"recharts": "^2.10.0",
"lucide-react": "^0.312.0",
"clsx": "^2.1.0",
"tailwind-merge": "^2.2.0",
"date-fns": "^3.2.0",
"zustand": "^4.4.0"
"tailwind-merge": "^2.2.0"
},
"devDependencies": {
"typescript": "^5.3.0",
"@types/node": "^20.11.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0"
"@types/d3": "^7.4.3",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}