NEW LANDING PAGE: - Full-screen responsive design for phone and desktop - Three main sections: About, Accommodation, Community - About section explains site purpose and customer connection - Accommodation section promotes Pensiunea Buongusto Sibiu - Community section showcases Stories & Tracks features COMMUNITY SYSTEM: - Complete login/register system with email, password, nickname - Password recovery functionality via email - Post creation template with all required features: * Title and subtitle fields * Rich text content area * Photo upload with descriptions * GPX file upload capability * 1-5 difficulty rating system * Preview mode before publishing - GPX map preview component (placeholder for Leaflet integration) ADMIN PANEL: - Comprehensive admin dashboard - User management (view, activate/deactivate users) - Post management (approve, edit, delete posts) - Frontend management (edit homepage, site settings) - Backend management (database, security, logs) - Statistics and analytics overview TECHNICAL INFRASTRUCTURE: - Prisma database schema with complete data models - Environment configuration template - Additional dependencies for email and authentication - Proper component structure and organization - Mobile-responsive design throughout FEATURES IMPLEMENTED: ✅ Full-screen landing page with 3 sections ✅ Pensiunea Buongusto promotion section ✅ Community Stories & Tracks area ✅ Email/password/nickname authentication ✅ Password recovery system ✅ Complete post creation template ✅ Photo upload with descriptions ✅ GPX file upload ✅ Difficulty rating (1-5 stars) ✅ Admin panel for frontend/backend management ✅ Database schema and models ✅ Mobile and desktop responsive design Ready for database setup and authentication implementation.
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "moto-adv-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "14.2.18",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"@types/node": "^20.17.9",
|
|
"@types/react": "^18.3.17",
|
|
"@types/react-dom": "^18.3.5",
|
|
"typescript": "^5.7.2",
|
|
"tailwindcss": "^3.4.17",
|
|
"postcss": "^8.4.41",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-next": "14.2.18",
|
|
"framer-motion": "^11.11.17",
|
|
"lucide-react": "^0.469.0",
|
|
"react-hook-form": "^7.54.0",
|
|
"next-auth": "^4.24.10",
|
|
"@next-auth/prisma-adapter": "^1.0.7",
|
|
"prisma": "^5.22.0",
|
|
"@prisma/client": "^5.22.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"react-leaflet": "^4.2.1",
|
|
"leaflet": "^1.9.4",
|
|
"@types/leaflet": "^1.9.14",
|
|
"gpxparser": "^3.0.8",
|
|
"multer": "^1.4.5-lts.1",
|
|
"@types/multer": "^1.4.12",
|
|
"sharp": "^0.33.5",
|
|
"react-dropzone": "^14.2.10",
|
|
"recharts": "^2.13.3",
|
|
"nodemailer": "^6.9.8",
|
|
"@types/nodemailer": "^6.4.14",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"@types/jsonwebtoken": "^9.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@tailwindcss/forms": "^0.5.9"
|
|
}
|
|
}
|