{ "license": "MIT", "name": "frontend", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "11.14.0", "@emotion/styled": "11.14.1", "@fullcalendar/core": "6.1.19", "@fullcalendar/daygrid": "6.1.19", "@fullcalendar/interaction": "6.1.19", "@fullcalendar/react": "6.1.19", "@fullcalendar/timegrid": "6.1.19", "@mui/icons-material": "7.3.2", "@mui/material": "7.3.2", "@tanstack/react-query": "5.85.5", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.8.0", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", "@types/jest": "30.0.0", "@types/node": "16.7.13", "@types/react": "19.1.12", "@types/react-big-calendar": "1.16.2", "@types/react-dom": "19.1.9", "@types/react-router-dom": "5.3.3", "axios": "1.12.0", "loglevel": "1.9.2", "nth-check": "2.0.1", "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "react-router-dom": "7.8.2", "react-scripts": "5.0.1", "typescript": "5.1.6", "web-vitals": "2.1.0", "webpack-dev-server": "5.2.1" }, "scripts": { "start": "react-app-rewired start", "build": "react-app-rewired build", "test": "react-app-rewired test", "lint": "eslint 'src/**/*.{ts,tsx}'", "eject": "react-scripts eject", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "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": { "@babel/core": "^7.28.4", "@babel/preset-env": "7.28.3", "@babel/preset-react": "7.27.1", "@babel/preset-typescript": "7.27.1", "@eslint/js": "9.36.0", "@storybook/addon-essentials": "7.6.15", "@storybook/addon-interactions": "7.6.15", "@storybook/addon-links": "7.6.15", "@storybook/react": "7.6.15", "@storybook/react-webpack5": "7.6.15", "@types/babel__core": "^7", "@typescript-eslint/eslint-plugin": "8.45.0", "@typescript-eslint/parser": "8.45.0", "babel-jest": "30.1.2", "eslint": "9.36.0", "eslint-config-react-app": "7.0.1", "eslint-plugin-jest": "29.0.1", "eslint-plugin-jsdoc": "60.1.1", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "^6.1.1", "jest": "30.1.1", "jest-environment-jsdom": "30.1.1", "jsdom": "26.1.0", "react-app-rewired": "2.2.1", "storybook": "7.6.15", "ts-jest": "29.4.1" }, "resolutions": { "postcss": "^8.4.31", "nth-check": "^2.0.1" }, "packageManager": "yarn@4.10.3" }