feat: Set up initial monorepo structure for admin and mobile applications with core configurations and database integration.

This commit is contained in:
2026-02-20 12:58:54 +01:00
parent 5e2d5fb3ae
commit b7f8221095
52 changed files with 2200 additions and 175 deletions

View File

@@ -20,8 +20,8 @@
"@tanstack/react-query": "^5.59.0",
"better-auth": "^1.2.0",
"next": "15.3.4",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zod": "^3.23.0",
"superjson": "^2.2.1",
"nodemailer": "^6.9.0",
@@ -33,8 +33,8 @@
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/nodemailer": "^6.4.17",
"tailwindcss": "^3.4.0",
"autoprefixer": "^10.4.0",
@@ -43,4 +43,4 @@
"eslint": "^9.0.0",
"eslint-config-next": "^15.0.0"
}
}
}