UNPKG

nextjs-auth-starter

Version:

CLI tool to set up Next.js authentication with better-auth, PostgreSQL, and Drizzle ORM. Usage: npx nextjs-auth-starter init

29 lines (28 loc) 745 B
{ "dependencies": { "better-auth": "^1.2.10", "drizzle-orm": "^0.33.0", "@neondatabase/serverless": "^0.9.0", "zod": "^3.22.4", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-label": "^2.1.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "tailwind-merge": "^2.5.0", "lucide-react": "^0.400.0", "dotenv": "^16.4.0" }, "devDependencies": { "drizzle-kit": "^0.24.0", "@types/node": "^20.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "typescript": "^5.0.0", "tailwindcss": "^3.4.0", "postcss": "^8.4.0", "autoprefixer": "^10.4.0", "tailwindcss-animate": "^1.0.7", "eslint": "^8.0.0", "eslint-config-next": "^14.0.0" } }