{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "lint:fix": "next lint --fix", "format": "prettier --write \"src/**/*.{ts,tsx,json,css}\"", "format:check": "prettier --check \"src/**/*.{ts,tsx,json,css}\"", "type-check": "tsc --noEmit" }, "dependencies": { "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.8.0", "next": "14.2.35", "next-intl": "^4.9.1", "react": "^18", "react-dom": "^18", "tailwind-merge": "^3.5.0", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.35", "eslint-config-prettier": "^10.1.8", "postcss": "^8", "prettier": "^3.8.2", "tailwindcss": "^3.4.1", "typescript": "^5" } }