{ "name": "compagnon-de-lagon", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -H 0.0.0.0", "build": "next build", "start": "next start -H 0.0.0.0", "lint": "next lint" }, "dependencies": { "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.460.0", "next": "^14.2.33", "qrcode.react": "^4.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwind-merge": "^2.5.5" }, "devDependencies": { "@types/node": "^22.10.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "autoprefixer": "^10.4.20", "eslint": "^8.57.1", "eslint-config-next": "^14.2.33", "postcss": "^8.4.47", "tailwindcss": "^3.4.14", "typescript": "^5.6.3" } }