TEMPORARY FIX TO TEST BUILD
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m15s

This commit is contained in:
2025-04-10 23:18:19 +05:00
parent e8296ae3f6
commit b932fcf03c
49 changed files with 8314 additions and 8858 deletions

View File

@@ -6,14 +6,9 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"studio": "npx prisma studio",
"push": "npx prisma db push",
"db-setup": "npx prisma migrate deploy && npx prisma generate && npx prisma db push"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
"lint": "next lint"
},
"dependencies": {
"@faker-js/faker": "^9.3.0",
"@hookform/resolvers": "^3.9.1",
@@ -39,14 +34,14 @@
"lucide-react": "^0.460.0",
"moment": "^2.30.1",
"motion": "^11.15.0",
"next": "15.1.2",
"next": "15.3.0",
"next-auth": "^4.24.11",
"next-themes": "^0.4.3",
"nextjs-toploader": "^3.7.15",
"react": "19.0.0",
"react": "19.1.0",
"react-aria-components": "^1.5.0",
"react-day-picker": "^9.6.3",
"react-dom": "19.0.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.53.2",
"react-phone-number-input": "^3.4.9",
"sonner": "^1.7.1",
@@ -57,14 +52,14 @@
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.2",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.2",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.8.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}