Initial commit: Static hotel website (CMS/backend excluded)

This commit is contained in:
Talal Sharabi
2025-12-17 13:34:35 +04:00
commit 2b0547b484
386 changed files with 29377 additions and 0 deletions

54
client/package.json Normal file
View File

@@ -0,0 +1,54 @@
{
"name": "old-vine-hotel-client",
"version": "1.0.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.19",
"@mui/x-date-pickers": "^6.18.2",
"@stripe/stripe-js": "^2.1.11",
"axios": "^1.6.2",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.16",
"i18next": "^23.7.6",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-dropzone": "^14.3.8",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.5",
"react-i18next": "^13.5.0",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"react-router-dom": "^6.19.0",
"react-scripts": "^5.0.1",
"swiper": "^11.0.5"
},
"scripts": {
"start": "PORT=3060 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:5080"
}