42d4cb896a
Public cafe discovery app:
- SEO-optimised pages: home, /cafe/[slug], /search, /city/[city]
- AI search bar with natural language queries
- Structured data (JSON-LD) for Google rich results
- City browsing, rating/filter sidebar, similar cafes
- Review listing, full menu preview, working-hours card
- Web App Manifest + offline fallback page (PWA)
- Next.js 16: params/searchParams typed as Promise<{}>
- Fix Lucide icon title→aria-label (type removed upstream)
- "use client" on offline page (onClick handler)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
36 lines
809 B
JSON
36 lines
809 B
JSON
{
|
|
"name": "meezi-finder",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "16.2.6",
|
|
"react": "19.2.6",
|
|
"react-dom": "19.2.6",
|
|
"next-intl": "4.12.0",
|
|
"@ducanh2912/next-pwa": "^10.2.9",
|
|
"workbox-window": "^7.3.0",
|
|
"lucide-react": "^0.468.0",
|
|
"clsx": "^2.1.1",
|
|
"tailwind-merge": "^2.5.4",
|
|
"date-fns": "^3.6.0",
|
|
"date-fns-jalali": "^3.4.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "5.8.3",
|
|
"@types/node": "^22",
|
|
"@types/react": "19.1.4",
|
|
"@types/react-dom": "19.1.4",
|
|
"tailwindcss": "3.4.14",
|
|
"postcss": "^8",
|
|
"autoprefixer": "^10",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "16.2.6"
|
|
}
|
|
}
|