2025-12-01 12:51:54 +01:00
|
|
|
{
|
2025-12-07 00:11:21 +01:00
|
|
|
"name": "tutos.jessy-david.dev",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@gsap/react": "^2.1.2",
|
|
|
|
|
"@lineiconshq/free-icons": "^1.0.3",
|
|
|
|
|
"@lineiconshq/react-lineicons": "^1.0.5",
|
|
|
|
|
"@prisma/client": "^6.19.0",
|
|
|
|
|
"dotenv": "^17.2.3",
|
|
|
|
|
"gsap": "^3.13.0",
|
|
|
|
|
"next": "16.0.7",
|
|
|
|
|
"next-auth": "5.0.0-beta.30",
|
|
|
|
|
"react": "19.2.0",
|
|
|
|
|
"react-dom": "19.2.0",
|
|
|
|
|
"react-icons": "^5.5.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "16.0.6",
|
|
|
|
|
"prisma": "^6.19.0",
|
|
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
2025-12-01 12:51:54 +01:00
|
|
|
}
|