30 lines
771 B
JSON
30 lines
771 B
JSON
{
|
|
"name": "@konobangu/auth",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
|
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
|
|
},
|
|
"dependencies": {
|
|
"@konobangu/database": "workspace:*",
|
|
"@konobangu/env": "workspace:*",
|
|
"@konobangu/tailwind-config": "workspace:*",
|
|
"better-auth": "^1.1.4",
|
|
"next-themes": "^0.4.4",
|
|
"react": "^19.0.0",
|
|
"server-only": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@konobangu/typescript-config": "workspace:*",
|
|
"@types/better-sqlite3": "^7.6.12",
|
|
"@types/node": "22.10.1",
|
|
"@types/react": "19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"next": "^15.1.3"
|
|
}
|
|
}
|