{ "name": "next-app", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@hookform/resolvers": "^3.9.1", "@tanstack/react-query": "^5.62.7", "axios": "^1.7.9", "next": "15.1.0", "next-pwa": "^5.6.0", "react": "^19.0.0", "react-confetti": "^6.1.0", "react-dom": "^19.0.0", "react-hook-form": "^7.54.1", "react-icons": "^5.4.0", "yup": "^1.5.0" }, "devDependencies": { "@eslint/eslintrc": "^3", "@types/next-pwa": "^5.6.9", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "daisyui": "^4.12.22", "eslint": "^9", "eslint-config-next": "15.1.0", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }