commit code
.gitignore
0 → 100644
app/api/csrf/route.ts
0 → 100644
app/api/otp/verify/route.ts
0 → 100644
app/globals.css
0 → 100644
app/layout.tsx
0 → 100644
app/page-client.tsx
0 → 100644
app/page.tsx
0 → 100644
app/providers.tsx
0 → 100644
lib/api.ts
0 → 100644
lib/csrf.ts
0 → 100644
lib/session-guard.ts
0 → 100644
lib/session.ts
0 → 100644
middleware.ts
0 → 100644
next.config.js
0 → 100644
note.md
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "spc-lending-linking-flow", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "next dev", | ||
| "build": "next build", | ||
| "start": "next start", | ||
| "lint": "next lint" | ||
| }, | ||
| "dependencies": { | ||
| "@tanstack/react-query": "5.90.5", | ||
| "next": "15.5.13", | ||
| "react": "18.3.1", | ||
| "react-dom": "18.3.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "20.17.57", | ||
| "@types/react": "18.3.17", | ||
| "@types/react-dom": "18.3.5", | ||
| "autoprefixer": "10.4.20", | ||
| "postcss": "8.4.49", | ||
| "tailwindcss": "3.4.17", | ||
| "typescript": "5.7.3" | ||
| } | ||
| } |
postcss.config.js
0 → 100644
tailwind.config.js
0 → 100644
Please register or sign in to comment