{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"mongodb": "^6.19.0",
"next": "latest",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.12",
"@types/node": "^24.3.0",
"@types/react": "^19.1.1",
"@types/react-dom": "^19.1.1",
"eslint": "^9.34.0",
"eslint-config-next": "latest",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2"
}
}