{ "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": { "@capacitor/android": "^7.4.4", "@capacitor/cli": "^7.4.4", "@capacitor/core": "^7.4.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.460.0", "next": "^14.2.33", "next-themes": "^0.4.6", "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.27", "@types/react-dom": "^18.3.1", "autoprefixer": "^10.4.22", "eslint": "^8.57.1", "eslint-config-next": "^14.2.33", "postcss": "^8.5.6", "tailwindcss": "^3.4.18", "typescript": "5.9.3" } }