48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "frontend-hotel-js",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"axios": "^1.11.0",
|
|
"bootstrap": "^5.3.8",
|
|
"multer": "^2.0.2",
|
|
"prop-types": "^15.8.1",
|
|
"i18next": "^23.16.8",
|
|
"i18next-browser-languagedetector": "^8.0.4",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-i18next": "^15.4.1",
|
|
"react-hook-form": "^7.66.1",
|
|
"react-icons": "^5.5.0",
|
|
"react-router-dom": "^7.8.2",
|
|
"xlsx": "^0.18.5",
|
|
"yup": "^1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.33.0",
|
|
"@types/react": "^19.1.10",
|
|
"@types/react-dom": "^19.1.7",
|
|
"@vitejs/plugin-react-swc": "^4.0.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9.34.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.3.0",
|
|
"postcss": "^8.5.6",
|
|
"prettier": "^3.6.2",
|
|
"tailwindcss": "^4.1.13",
|
|
"vite": "^7.1.2",
|
|
"vite-plugin-svgr": "^4.5.0"
|
|
}
|
|
}
|