47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "hotel-booking-client",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.3.2",
|
|
"@stripe/react-stripe-js": "^2.9.0",
|
|
"@stripe/stripe-js": "^2.4.0",
|
|
"@types/react-datepicker": "^6.2.0",
|
|
"axios": "^1.6.2",
|
|
"date-fns": "^2.30.0",
|
|
"lucide-react": "^0.294.0",
|
|
"react": "^18.3.1",
|
|
"react-datepicker": "^8.9.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.48.2",
|
|
"react-router-dom": "^6.20.0",
|
|
"react-toastify": "^9.1.3",
|
|
"@paypal/react-paypal-js": "^8.1.3",
|
|
"yup": "^1.3.3",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.9.2",
|
|
"@types/react": "^18.3.26",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.55.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"postcss": "^8.4.32",
|
|
"tailwindcss": "^3.3.6",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^5.4.21"
|
|
}
|
|
}
|