{ "name": "@arac-hasar/web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3000", "build": "next build", "start": "next start -p 3000", "lint": "next lint", "typecheck": "tsc --noEmit" }, "dependencies": { "@arac-hasar/types": "workspace:*", "@arac-hasar/ui": "workspace:*", "@hookform/resolvers": "^3.9.1", "axios": "^1.7.9", "clsx": "^2.1.1", "lucide-react": "^0.469.0", "next": "^15.5.16", "next-intl": "^3.26.3", "react": "18.3.1", "react-dom": "18.3.1", "react-dropzone": "^14.3.5", "react-hook-form": "^7.54.2", "tailwind-merge": "^2.5.5", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "autoprefixer": "^10.4.20", "eslint": "^9.17.0", "eslint-config-next": "^15.5.16", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "^5.7.2" } }