{ "name": "my-app", "version": "0.1.0", "private": true, "dependencies": { "@reduxjs/toolkit": "^1.9.5", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "axios": "^0.27.2", "eslint-plugin-prettier": "^4.2.1", "moment": "^2.29.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^8.0.5", "react-router-dom": "^6.11.0", "react-scripts": "^5.0.1", "redux-persist": "^6.0.0", "redux-thunk": "^2.4.2", "sass": "^1.62.1", "sass-loader": "^13.2.2", "@mui/material": "^5.12.0", "@mui/styles": "^5.12.0", "notistack": "^3.0.1", "@emotion/styled": "^11.10.5", "@emotion/core": "^11.0.0", "@emotion/react": "^11.10.5" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint --cache .", "format": "prettier --check ." }, "eslintConfig": { "extends": "react-app" }, "browserslist": [ "defaults", "not IE 11" ], "devDependencies": { "@types/jest": "^29.5.1", "@types/node": "^18.16.3", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.1", "@types/react-redux": "^7.1.25", "typescript": "^4.9.5" }, "homepage": ".", "postcss": { "plugins": { "autoprefixer": {} } } }