{ "name": "fluxent-web", "version": "0.0.1", "type": "module", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "format": "prettier --write \"**/*.{ts,tsx}\"", "typecheck": "tsc --noEmit" }, "dependencies": { "@base-ui/react": "^1.7.0", "@hookform/resolvers": "^5.9.1", "@node-rs/argon2": "^2.2.0", "card-validator": "^10.0.4", "class-variance-authority": "^0.7.1", "cn": "^0.2.4", "dotenv": "^17.4.2", "drizzle-orm": "^0.45.2", "lucide-react": "^1.39.0", "next": "16.2.6", "next-auth": "5.0.0-beta.32", "next-themes": "^0.4.6", "postgres": "^3.4.9", "react": "19.2.4", "react-dom": "19.2.4", "react-hook-form": "^7.87.0", "shadcn": "^4.20.1", "tw-animate-css": "^1.4.0", "zod": "^4.5.4" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "drizzle-kit": "^0.31.10", "eslint": "^9", "eslint-config-next": "16.2.6", "prettier": "^3.8.3", "prettier-plugin-tailwindcss": "^0.8.0", "tailwindcss": "^4", "tsx": "^4.23.13", "typescript": "^5" } }