feat(auth): login/get/logout
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
"dev": "next dev --turbopack -p 6031",
|
||||
"build": "next build",
|
||||
"start": "next start -p 6031",
|
||||
"gen:types": "openapi-typescript http://localhost:5031/scalar/openapi.json -o src/services/types.d.ts",
|
||||
"lint": "eslint .",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^5.2.2",
|
||||
"@radix-ui/react-checkbox": "^1.3.0",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
@@ -43,6 +45,7 @@
|
||||
"autoprefixer": "^10.4.20",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-next": "^16.1.6",
|
||||
"openapi-typescript": "^7.12.0",
|
||||
"postcss": "^8.5.1",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"typescript": "^5.7.3",
|
||||
|
||||
Reference in New Issue
Block a user