{ "name": "osd-frontend", "version": "0.1.0", "private": true, "dependencies": { "@reduxjs/toolkit": "^1.1.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "axios": "^0.21.1", "grommet": "^2.16.2", "grommet-icons": "^4.5.0", "polished": "^4.0.5", "react": "^17.0.1", "react-dom": "^17.0.1", "react-redux": "^7.1.3", "react-scripts": "4.0.1", "socket.io-client": "^3.0.4", "styled-components": "^5.2.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }