Initial commit: FPT Financial Planning Tool
Deploy App / deploy (push) Successful in 3m3s

This commit is contained in:
2026-07-08 19:19:39 +02:00
commit 4f990c9686
60 changed files with 12436 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
{
"name": "fpt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"bcryptjs": "^3.0.3",
"jose": "^6.2.3",
"next": "16.2.10",
"pg": "^8.22.0",
"prisma": "^7.8.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"recharts": "^3.9.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^17.4.2",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"tailwindcss": "^4",
"typescript": "^5"
},
"allowScripts": {
"@prisma/engines@7.8.0": true,
"prisma@7.8.0": true,
"sharp@0.34.5": true,
"unrs-resolver@1.12.2": true
}
}