{ "name": "next-tailwind-boilerplate", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@hookform/resolvers": "^3.3.2", "@types/node": "20.4.1", "@types/react": "^18.2.37", "@types/react-dom": "18.2.6", "autoprefixer": "10.4.14", "eslint": "8.44.0", "eslint-config-next": "13.4.9", "i18next": "^23.2.10", "lodash": "^4.17.21", "lodash.debounce": "^4.0.8", "next": "^13.5.5", "next-i18next": "14.0.0", "postcss": "^8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.47.0", "react-i18next": "^13.0.2", "react-icons": "^4.11.0", "react-loading": "^2.0.3", "sass": "^1.63.6", "tailwindcss": "3.3.2", "typescript": "5.1.6", "yup": "^1.3.2", "zustand": "^4.5.2" }, "devDependencies": { "@types/lodash": "^4.17.0", "@types/lodash.debounce": "^4.0.9", "@types/prop-types": "^15.7.10" } }