Files
www_maison_noire/package.json
sasha-astiadi a6a0bbef0b feat: add typewriter animation effect to hero text
- Added typewriter-effect package for animated text rendering
- Implemented sequential typing animation for welcome message and signature
- Added client-side rendering check to prevent hydration issues
- Adjusted text opacity and timing delays for better readability
- Created invisible placeholder text to maintain layout during animation loading
2025-10-24 05:06:16 +02:00

48 lines
1.3 KiB
JSON

{
"name": "tailwindui-salient",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@headlessui/react": "^2.1.2",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.5",
"@kevtucker/react-audio-player-bar": "^0.0.2",
"@mui/material": "^7.3.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.0",
"framer-motion": "^11.18.2",
"next": "^14.0.4",
"postcss": "^8.4.39",
"react": "^18.2.0",
"react-audio-player": "^0.17.0",
"react-card-slider-component": "^1.0.9",
"react-dom": "^18.2.0",
"react-slick": "^0.30.2",
"react-use-measure": "^2.1.7",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.7",
"tailwindcss": "^3.4.6",
"typewriter-effect": "^2.22.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"file-loader": "^6.2.0",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"sharp": "0.33.1"
}
}