You need to sign in or sign up before continuing.
completed
.gitignore
0 → 100644
docker-compose.yml
0 → 100644
dockerfile
0 → 100644
eslint.config.mjs
0 → 100644
next.config.ts
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | |||
"name": "chatroom", | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"dev": "next dev --turbopack", | |||
"build": "next build --no-lint", | |||
"start": "next start", | |||
"lint": "next lint" | |||
}, | |||
"dependencies": { | |||
"@prisma/client": "^6.14.0", | |||
"bcrypt": "^6.0.0", | |||
"jsonwebtoken": "^9.0.2", | |||
"next": "15.4.7", | |||
"prisma": "^6.14.0", | |||
"react": "19.1.0", | |||
"react-dom": "19.1.0" | |||
}, | |||
"devDependencies": { | |||
"@eslint/eslintrc": "^3", | |||
"@tailwindcss/postcss": "^4.1.12", | |||
"@types/bcrypt": "^6.0.0", | |||
"@types/jsonwebtoken": "^9.0.10", | |||
"@types/node": "^20", | |||
"@types/react": "^19", | |||
"@types/react-dom": "^19", | |||
"autoprefixer": "^10.4.21", | |||
"eslint": "^9", | |||
"eslint-config-next": "15.4.7", | |||
"postcss": "^8.5.6", | |||
"tailwindcss": "^4.1.12", | |||
"typescript": "^5" | |||
} | |||
} |
postcss.config.js
0 → 100644
postcss.config.mjs
0 → 100644
prisma/dev.db
0 → 100644
File added
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
Please register or sign in to comment