{ "name": "sabrefrontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.7", "@mui/material": "^5.14.5", "@mui/x-date-pickers": "^6.11.2", "@reduxjs/toolkit": "^2.0.1", "bootstrap": "^5.3.1", "dayjs": "^1.11.9", "gapi-script": "^1.2.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-bootstrap": "^2.8.0", "react-dom": "^18.2.0", "react-google-login": "^5.2.2", "react-redux": "^9.1.0", "react-router-dom": "^6.14.2" }, "devDependencies": { "@svgr/core": "^8.0.0", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.3", "eslint": "^8.45.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "vite": "^4.5.0" } }