{ "name": "my-vue-app", "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", "@fontsource/roboto": "^5.0.8", "@mui/icons-material": "^5.15.1", "@mui/material": "^5.15.1", "@mui/styled-engine-sc": "^6.0.0-alpha.9", "@mui/x-date-pickers": "^6.18.6", "axios": "^1.6.2", <<<<<<< Updated upstream "dayjs": "^1.11.10", ======= "js-cookie": "^3.0.5", >>>>>>> Stashed changes "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.21.1", "sass": "^1.69.5", "styled-components": "^6.1.2" }, "devDependencies": { "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.55.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "vite": "^5.0.8" } }