{ "name": "traveling-around-the-world-client", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext .ts,.tsx" }, "dependencies": { "@tanstack/react-query": "^5.29.0", "leaflet": "^1.9.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.51.3", "react-leaflet": "^4.2.1", "react-router-dom": "^6.22.3", "zustand": "^4.5.2", "zod": "^3.22.4", "nanoid": "^5.0.7", "@hookform/resolvers": "^3.3.4", "i18next": "^23.11.5", "react-i18next": "^14.1.1", "@mui/material": "^5.15.14", "@mui/icons-material": "^5.15.14", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0" }, "devDependencies": { "@types/leaflet": "^1.9.12", "@types/node": "^20.11.30", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "@vitejs/plugin-react-swc": "^3.6.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", "postcss": "^8.4.35", "prettier": "^3.2.5", "tailwindcss": "^3.4.3", "typescript": "^5.4.2", "vite": "^5.1.4", "vite-plugin-pwa": "^0.17.5", "autoprefixer": "^10.4.20" } }