34 lines
756 B
JSON
34 lines
756 B
JSON
{
|
|
"name": "mbo-tech-it",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/ssr": "^0.10.2",
|
|
"@supabase/supabase-js": "^2.104.1",
|
|
"bcryptjs": "^3.0.3",
|
|
"lucide-react": "^1.11.0",
|
|
"next": "^15.2.0",
|
|
"next-themes": "^0.4.6",
|
|
"nodemailer": "^8.0.6",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/node": "^22",
|
|
"@types/nodemailer": "^8.0.0",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"autoprefixer": "^10",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|