Files
socialdb-sh/package.json
2026-03-14 13:38:21 -04:00

32 lines
668 B
JSON

{
"name": "socialdb-sh",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"better-auth": "^1.5.5",
"dotenv": "^17.3.1",
"drizzle-orm": "^0.45.1",
"next": "16.1.6",
"pg": "^8.20.0",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"drizzle-kit": "^0.31.9",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}