- Enhanced globals.css with comprehensive animation system - Added advanced map marker animations (GPS, parking) - Improved button and filter animations with hover effects - Added new UI components: BookingModal, ParkingDetails, WheelPicker - Reorganized project structure with better documentation - Added optimization scripts and improved development workflow - Updated deployment guides and technical documentation - Enhanced mobile responsiveness and accessibility support
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Start Frontend Development Server",
|
|
"type": "shell",
|
|
"command": "npm run dev:local",
|
|
"group": "build",
|
|
"isBackground": true,
|
|
"args": [],
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
} |