This commit is contained in:
2026-04-21 07:37:18 +03:30
commit 96a79795c1
39 changed files with 3625 additions and 0 deletions

27
package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"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"
}
}