{ "name": "front", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@fullcalendar/core": "^6.1.17", "@fullcalendar/daygrid": "^6.1.17", "@fullcalendar/interaction": "^6.1.17", "@fullcalendar/list": "^6.1.17", "@fullcalendar/react": "^6.1.17", "@fullcalendar/timegrid": "^6.1.17", "@mui/icons-material": "^7.1.2", "@mui/material": "^7.1.2", "@reduxjs/toolkit": "^2.8.2", "@types/node": "^16.18.126", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "i18next": "^23.7.9", "ky": "^1.8.1", "openid-client": "^6.5.3", "react": "^19.1.0", "react-calendar": "^6.0.0", "react-dom": "^19.1.0", "react-i18next": "^13.5.0", "react-redux": "^9.2.0", "react-router-dom": "^6.23.1", "redux-first-history": "^5.2.0", "web-vitals": "^2.1.4" }, "scripts": { "start": "PORT=5000 rsbuild dev", "build": "rsbuild build", "preview": "rsbuild preview", "test": "jest test", "lint": "eslint src" }, "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": { "@rsbuild/core": "^1.4.3", "@rsbuild/plugin-react": "^1.3.3", "@rsbuild/plugin-svgr": "^1.2.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2", "eslint": "^8.57.1", "eslint-config-react-app": "^7.0.1", "i18next-resources-for-ts": "1.4.0", "jest": "^27.5.1", "jest-preview": "^0.3.1", "typescript": "^4.9.5" } }