package.json 840 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.13.5",
  14. "@emotion/styled": "^11.13.5",
  15. "@fontsource/roboto": "^5.1.0",
  16. "@mui/icons-material": "^6.1.10",
  17. "@mui/material": "^6.1.10",
  18. "axios": "^1.7.9",
  19. "react": "^18.3.1",
  20. "react-dom": "^18.3.1"
  21. },
  22. "devDependencies": {
  23. "@eslint/js": "^9.15.0",
  24. "@types/react": "^18.3.12",
  25. "@types/react-dom": "^18.3.1",
  26. "@vitejs/plugin-react": "^4.3.4",
  27. "eslint": "^9.15.0",
  28. "eslint-plugin-react": "^7.37.2",
  29. "eslint-plugin-react-hooks": "^5.0.0",
  30. "eslint-plugin-react-refresh": "^0.4.14",
  31. "globals": "^15.12.0",
  32. "vite": "^6.0.1"
  33. }
  34. }