Initial commit of EstimateFlow project

This commit is contained in:
Leon Serfaty G
2025-12-26 02:17:07 +00:00
parent 9469d89a90
commit a36df80cd4
3 changed files with 75 additions and 5 deletions
+2 -3
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"db:seed": "tsx scripts/seed.ts",
@@ -13,7 +13,7 @@
},
"dependencies": {
"@hookform/resolvers": "^3.4.2",
"@auth/better-sqlite3-adapter": "^0.3.1",
"@next-auth/better-sqlite3-adapter": "^0.3.1",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
@@ -62,7 +62,6 @@
"@types/node": "^20.14.2",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"tsx": "^4.15.6",