{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "oxlint", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^9.2.0", "@mui/material": "^9.2.0", "@tanstack/react-query": "^5.101.2", "axios": "^1.18.1", "framer-motion": "^12.42.2", "react": "^19.2.7", "react-dom": "^19.2.7", "react-helmet-async": "^3.0.0", "react-hook-form": "^7.81.0", "react-icons": "^5.7.0", "react-router-dom": "^7.18.1", "swiper": "^14.0.1" }, "devDependencies": { "@types/node": "^24.13.2", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.3", "oxlint": "^1.71.0", "typescript": "~6.0.2", "vite": "^8.1.1" } }