{ "name": "nextjs-elysia-allaos", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "push": "npx drizzle-kit push", "gen": "npx drizzle-kit generate", "migrate": "npx drizzle-kit migrate" }, "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", "@sentry/nextjs": "^10.49.0", "@tabler/icons-react": "^3.41.1", "@tanstack/react-table": "^8.21.3", "class-variance-authority": "^0.7.1", "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", "jsonwebtoken": "^9.0.3", "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", "react-dom": "19.2.4", "react-resizable-panels": "^4.10.0", "recharts": "^3.8.0", "shadcn": "^4.3.0", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "tw-animate-css": "^1.4.0", "uuid": "^13.0.0", "vaul": "^1.1.2", "zod": "^4.3.6", "zustand": "^5.0.12" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/jsonwebtoken": "^9.0.10", "@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" } }