{ "name": "crabfit-frontend", "version": "1.0.0", "private": true, "license": "GPL-3.0-only", "dependencies": { "@azure/msal-browser": "^2.14.2", "@emotion/react": "^11.1.5", "@emotion/styled": "^11.1.5", "@microsoft/microsoft-graph-client": "^2.2.1", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "@types/jest": "^26.0.20", "@types/node": "^14.14.31", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.1", "axios": "^0.21.1", "dayjs": "^1.10.4", "gapi-script": "^1.2.0", "i18next": "^20.2.4", "i18next-browser-languagedetector": "^6.1.1", "i18next-http-backend": "^1.2.4", "react": "^17.0.2", "react-dom": "^17.0.2", "react-hook-form": "^7.8.1", "react-i18next": "^11.8.15", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "typescript": "^4.2.2", "web-vitals": "^1.0.1", "workbox-background-sync": "^5.1.3", "workbox-broadcast-update": "^5.1.3", "workbox-cacheable-response": "^5.1.3", "workbox-core": "^5.1.3", "workbox-expiration": "^5.1.3", "workbox-google-analytics": "^5.1.3", "workbox-navigation-preload": "^5.1.3", "workbox-precaching": "^5.1.3", "workbox-range-requests": "^5.1.3", "workbox-routing": "^5.1.3", "workbox-strategies": "^5.1.3", "workbox-streams": "^5.1.3", "workbox-window": "^6.1.5", "zustand": "^3.3.2" }, "scripts": { "start": "react-app-rewired start", "build": "react-app-rewired build", "test": "react-app-rewired 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" ] }, "devDependencies": { "react-app-rewired": "^2.1.8", "workbox-webpack-plugin": "^5.1.3" } }