- HeroSection com reveal escalonado (framer-motion) - ImageGallery com embla-carousel + lightbox full-screen + navegacao por teclado - PriceSummary com pulse anime.js quando preco muda - PixCheckout com QR code glow pulsante infinito - SuccessScreen com confetti + check SVG desenhado - Skeleton component + shimmer keyframe - Button com active:scale press feedback - ReservationFlow com AnimatePresence entre phases - StayDetailsStep com stagger container Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "reserva-1001",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write .",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"typecheck": "tsc --noEmit",
|
|
"supabase:types": "supabase gen types typescript --project-id acdvblhzzaneddlxqyst --schema reserva_hotel > src/types/database.ts"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@supabase/supabase-js": "^2.45.0",
|
|
"animejs": "^4.0.2",
|
|
"canvas-confetti": "^1.9.4",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"lucide-react": "^0.454.0",
|
|
"motion": "^12.4.0",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^19.1.0",
|
|
"react-colorful": "^5.6.1",
|
|
"react-dom": "^19.1.0",
|
|
"react-router-dom": "^7.14.1",
|
|
"tailwind-merge": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/node": "^22.9.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"eslint": "^9.14.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.14",
|
|
"globals": "^15.12.0",
|
|
"jsdom": "^25.0.1",
|
|
"prettier": "^3.3.3",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.6.3",
|
|
"typescript-eslint": "^8.14.0",
|
|
"vite": "^6.0.0",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|