{ "name": "dashboard", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@types/next-auth": "^3.13.0", "axios": "^1.7.7", "mongodb": "^6.10.0", "next": "15.0.1", "next-auth": "^4.24.10", "react": "19.0.0-rc-69d4b800-20241021", "react-dom": "19.0.0-rc-69d4b800-20241021" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "15.0.1", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }