28 lines
614 B
JSON
28 lines
614 B
JSON
{
|
|
"name": "academy-engel-next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/poppins": "^5.2.7",
|
|
"@prisma/client": "^6.7.0",
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"aos": "^2.3.4",
|
|
"bcryptjs": "^3.0.2",
|
|
"next": "^15.3.0",
|
|
"next-auth": "^5.0.0-beta.25",
|
|
"postcss": "^8.5.9",
|
|
"prisma": "^6.7.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-icons": "^5.6.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"zod": "^3.24.4"
|
|
}
|
|
}
|