first build commit

This commit is contained in:
2026-04-19 00:44:43 -04:00
parent bc271b7ce1
commit 55debd082b
82 changed files with 6217 additions and 97 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "finance-app-scaffold",
"name": "finance-app",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -10,6 +10,7 @@
},
"dependencies": {
"@base-ui/react": "^1.4.0",
"@prisma/adapter-pg": "^7.7.0",
"@prisma/client": "^7.7.0",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
@@ -18,6 +19,7 @@
"next": "16.2.4",
"next-auth": "^5.0.0-beta.31",
"papaparse": "^5.5.3",
"pg": "^8.20.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"recharts": "^3.8.1",
@@ -26,17 +28,22 @@
"tw-animate-css": "^1.4.0",
"zod": "^4.3.6"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/papaparse": "^5.5.2",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"prisma": "^7.7.0",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
}
}