{ "name": "vibestory-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "dev:https": "next dev --experimental-https", "build": "next build", "start": "next start", "lint": "next lint", "setup-redis": "node scripts/setup-redis.js" }, "dependencies": { "next": "^14.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", "next-themes": "^0.3.0", "redis": "^4.6.12", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-slider": "^1.1.2", "@radix-ui/react-switch": "^1.0.3", "framer-motion": "^10.16.5", "lucide-react": "^0.294.0", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "tailwind-merge": "^2.0.0", "tailwindcss-animate": "^1.0.7", "bcryptjs": "^2.4.3", "google-auth-library": "^9.4.1" }, "devDependencies": { "typescript": "^5", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/bcryptjs": "^2.4.6", "autoprefixer": "^10.0.1", "postcss": "^8", "tailwindcss": "^3.3.0", "eslint": "^8", "eslint-config-next": "15.3.3" } }