{ "name": "procurment", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@hookform/resolvers": "^3.9.0", "autoprefixer": "^10.4.20", "axios": "^1.7.4", "clsx": "^2.1.1", "next": "14.2.5", "next-auth": "^4.24.7", "next-intl": "^3.17.2", "react": "^18", "react-dom": "^18", "react-hook-form": "^7.52.2", "react-toastify": "^10.0.5", "sass": "^1.77.8", "tailwind-merge": "^2.5.2", "zod": "^3.23.8", "zustand": "^4.5.5" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8.4.41", "tailwindcss": "^3.4.10", "typescript": "^5" } }