{ "name": "frontend", "version": "0.1.0", "private": true, "dependencies": { "@azure/communication-identity": "^1.3.0", "@azure/communication-network-traversal": "^1.1.0-beta.1", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@fullcalendar/core": "^6.1.10", "@fullcalendar/daygrid": "^6.1.10", "@fullcalendar/react": "^6.1.10", "@mui/material": "^5.15.7", "@reduxjs/toolkit": "^2.0.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "awesome-react-stepper": "^1.1.1", "axios": "^1.6.7", "jwt-decode": "^4.0.0", "microsoft-cognitiveservices-speech-sdk": "^1.34.0", "primereact": "^10.3.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-pro-sidebar": "^1.1.0-alpha.2", "react-redux": "^9.1.0", "react-router-dom": "^6.21.2", "react-scripts": "5.0.1", "socket.io-client": "^4.7.4", "web-vitals": "^2.1.4" }, "scripts": { "start": "HTTPS=true SSL_CRT_FILE=./certs/cert.crt SSL_KEY_FILE=./certs/cert.key react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }