feat: initial commit

This commit is contained in:
2026-01-06 10:43:40 -08:00
parent e509aaa51d
commit 5ef7625520
6 changed files with 554 additions and 1 deletions

View File

@@ -5,20 +5,28 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
"start": "next start",
"db:generate": "bunx @better-auth/cli generate --config src/lib/auth.ts --output src/db/auth-schema.ts"
},
"dependencies": {
"@neondatabase/serverless": "^1.0.2",
"better-auth": "^1.4.10",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.45.1",
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@better-auth/cli": "^1.4.10",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"drizzle-kit": "^0.31.8",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
},
"ignoreScripts": [