This commit is contained in:
phaichayon
2026-04-26 00:15:22 +07:00
parent a330abf9b6
commit 043edff93a
64 changed files with 25076 additions and 461 deletions

View File

@@ -6,7 +6,10 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
"lint": "eslint",
"push": "npx drizzle-kit push",
"gen": "npx drizzle-kit generate",
"migrate": "npx drizzle-kit migrate"
},
"dependencies": {
"@base-ui/react": "^1.4.0",
@@ -27,6 +30,7 @@
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"jose": "^6.2.2",
"jsonwebtoken": "^9.0.3",
"kbar": "^0.1.0-beta.48",
"keycloak": "^1.2.0",
"keycloak-js": "^26.2.4",
@@ -54,6 +58,7 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",