Files
2025-12-25 00:01:06 +08:00

27 lines
631 B
JSON

{
"name": "@better-auth/stateless-demo",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"better-auth": "workspace:*",
"next": "16.1.1",
"react": "catalog:react19",
"react-dom": "catalog:react19"
},
"devDependencies": {
"@tailwindcss/postcss": "catalog:tailwind",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"postcss": "^8.5.6",
"tailwindcss": "catalog:tailwind",
"typescript": "^5.9.3"
}
}