package.json 841 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "client",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "lint": "eslint .",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "@emotion/react": "^11.14.0",
  14. "@emotion/styled": "^11.14.1",
  15. "@mui/icons-material": "^7.3.5",
  16. "@mui/material": "^7.3.5",
  17. "@react-google-maps/api": "^2.20.7",
  18. "js-cookie": "^3.0.5",
  19. "react": "^19.2.0",
  20. "react-dom": "^19.2.0",
  21. "react-router-dom": "^7.9.6"
  22. },
  23. "devDependencies": {
  24. "@eslint/js": "^9.39.1",
  25. "@types/react": "^19.2.5",
  26. "@types/react-dom": "^19.2.3",
  27. "@vitejs/plugin-react": "^5.1.1",
  28. "eslint": "^9.39.1",
  29. "eslint-plugin-react-hooks": "^7.0.1",
  30. "eslint-plugin-react-refresh": "^0.4.24",
  31. "globals": "^16.5.0",
  32. "vite": "^7.2.4"
  33. }
  34. }