{ "name": "kt-my-page", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.10.8", "@emotion/styled": "^11.10.8", "@hookform/resolvers": "^3.1.0", "@mui/icons-material": "^5.11.16", "@mui/lab": "^5.0.0-alpha.129", "@mui/material": "^5.12.2", "@mui/x-date-pickers": "^6.4.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^13.0.0", "@testing-library/user-event": "^13.2.1", "@types/axios": "^0.14.0", "@types/date-fns": "^2.6.0", "@types/jest": "^27.0.1", "@types/lodash": "^4.14.194", "@types/node": "^16.7.13", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/react-router-dom": "^5.3.3", "@types/sprintf-js": "^1.1.2", "axios": "^1.4.0", "date-fns": "^2.30.0", "lodash": "^4.17.21", "notistack": "^3.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.43.9", "react-router-dom": "^6.11.0", "react-scripts": "5.0.1", "sprintf-js": "^1.1.2", "typescript": "^4.4.2", "web-vitals": "^2.1.0", "yup": "^1.1.1" }, "scripts": { "start": "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" ] } }