{ "name": "instagram-client-front", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@formkit/tempo": "^0.1.2", "@hookform/resolvers": "^3.9.0", "@it-incubator/prettier-config": "^0.1.2", "@radix-ui/react-checkbox": "^1.1.1", "@radix-ui/react-icons": "^1.3.0", "@reduxjs/toolkit": "^2.2.6", "@types/javascript-time-ago": "^2.0.8", "async-mutex": "^0.5.0", "clsx": "^2.1.1", "javascript-time-ago": "^2.5.10", "next": "14.2.5", "next-redux-wrapper": "^8.1.0", "prettier": "^3.3.2", "react": "^18", "react-dom": "^18", "react-hook-form": "7.52.1", "react-redux": "^9.1.2", "react-time-ago": "^7.3.3", "sonner": "^1.5.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" }, "prettier": "@it-incubator/prettier-config" }