Initial commit: Deploy SweetHome project

This commit is contained in:
Rahaf
2026-01-29 19:34:28 +03:00
parent 98680267fc
commit 1b39752c90
10 changed files with 3145 additions and 120 deletions

View File

@ -8,13 +8,23 @@
"start": "next start"
},
"dependencies": {
"flowbite": "^4.0.1",
"flowbite-react": "^0.12.16",
"framer-motion": "^12.29.2",
"i18next": "^25.8.0",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.563.0",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"react-i18next": "^16.5.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"autoprefixer": "^10.4.23",
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4"
"daisyui": "^5.5.14",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18"
}
}