This commit is contained in:
phaichayon
2026-04-23 15:37:01 +07:00
parent 67960174d3
commit a330abf9b6
36 changed files with 4656 additions and 278 deletions

View File

@@ -10,6 +10,7 @@
},
"dependencies": {
"@base-ui/react": "^1.4.0",
"@elysiajs/eden": "^1.4.9",
"@hugeicons/core-free-icons": "^4.1.1",
"@hugeicons/react": "^1.1.6",
"@radix-ui/react-tooltip": "^1.2.8",
@@ -20,15 +21,22 @@
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.4.2",
"drizzle-orm": "^0.45.2",
"elysia": "^1.4.28",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"jose": "^6.2.2",
"kbar": "^0.1.0-beta.48",
"keycloak": "^1.2.0",
"keycloak-js": "^26.2.4",
"lucide-react": "^1.8.0",
"motion": "^12.38.0",
"next": "16.2.3",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.9.17",
"nuqs": "^2.8.9",
"pg": "^8.20.0",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-day-picker": "^9.14.0",
@@ -47,12 +55,15 @@
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"drizzle-kit": "^0.31.10",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
}
}