{ "name": "next-tailwind-boilerplate", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@auth/prisma-adapter": "^1.0.12", "@headlessui/react": "^1.7.18", "@hookform/resolvers": "^3.3.3", "@prisma/client": "^5.8.1", "@types/node": "20.4.1", "@types/react": "18.2.14", "@types/react-dom": "18.2.6", "autoprefixer": "10.4.14", "eslint": "8.44.0", "eslint-config-next": "13.4.9", "i18next": "^23.2.10", "next": "13.4.9", "next-auth": "^4.24.5", "next-i18next": "^14.0.0", "postcss": "8.4.25", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.49.2", "react-i18next": "^13.0.2", "react-icons": "^4.11.0", "react-loading": "^2.0.3", "sass": "^1.63.6", "swr": "^2.2.4", "tailwindcss": "3.3.2", "typescript": "5.1.6", "yup": "^1.3.3" }, "devDependencies": { "prisma": "^5.8.1" } }