Initial commit
parents
.gitignore
0 → 100644
Dockerfile
0 → 100644
docker-compose.yml
0 → 100644
eslint.config.mjs
0 → 100644
next.config.ts
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "app", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "next dev --turbopack", | ||
| "build": "next build --turbopack", | ||
| "start": "next start", | ||
| "lint": "eslint" | ||
| }, | ||
| "dependencies": { | ||
| "@prisma/client": "^6.15.0", | ||
| "bcryptjs": "^3.0.2", | ||
| "jsonwebtoken": "^9.0.2", | ||
| "next": "15.5.2", | ||
| "prisma": "^6.15.0", | ||
| "react": "19.1.0", | ||
| "react-dom": "19.1.0", | ||
| "swr": "^2.3.6" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/eslintrc": "^3", | ||
| "@tailwindcss/postcss": "^4", | ||
| "@types/bcryptjs": "^2.4.6", | ||
| "@types/jsonwebtoken": "^9.0.10", | ||
| "@types/node": "^20", | ||
| "@types/react": "^19", | ||
| "@types/react-dom": "^19", | ||
| "eslint": "^9", | ||
| "eslint-config-next": "15.5.2", | ||
| "tailwindcss": "^4", | ||
| "typescript": "^5" | ||
| } | ||
| } |
postcss.config.mjs
0 → 100644
prisma/schema.prisma
0 → 100644
public/file.svg
0 → 100644
public/globe.svg
0 → 100644
public/next.svg
0 → 100644
public/vercel.svg
0 → 100644
public/window.svg
0 → 100644
Please register or sign in to comment