Initial commit

This commit is contained in:
2026-04-15 10:29:18 -04:00
commit 21c82882f4
46 changed files with 3968 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "techsolve-travel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "^15.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next-auth": "^5.0.0-beta.28",
"@auth/core": "^0.38.0",
"lucide-react": "^0.511.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.4",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4.1.4",
"typescript": "^5"
}
}