{ "name": "oldeneuf", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "tunnel": "npx cloudflared tunnel --url http://localhost:3000" }, "dependencies": { "@tanstack/react-query": "^5.84.2", "iron-session": "^8.0.4", "next": "15.4.6", "qr-scanner": "^1.4.2", "react": "^19.1.1", "react-dom": "^19.1.1" }, "devDependencies": { "@eslint/eslintrc": "^3", "@tailwindcss/postcss": "^4", "@types/node": "^24", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.4.6", "tailwindcss": "^4", "typescript": "^5" } }