{ "name": "frontend", "version": "0.1.0", "private": true, "dependencies": { "@emotion/cache": "^11.9.3", "@emotion/react": "^11.9.3", "@emotion/serialize": "^1.0.4", "@emotion/utils": "^1.1.0", "@mantine/core": "^5.0.0", "@mantine/dates": "^5.0.0", "@mantine/dropzone": "^5.0.0", "@mantine/form": "^5.0.0", "@mantine/hooks": "^5.0.0", "@mantine/notifications": "^5.0.0", "@tabler/icons": "^1.78.1", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^13.5.0", "base-64": "^1.0.0", "dayjs": "^1.11.4", "jotai": "^1.7.6", "npm-check-updates": "^12.5.12", "react": "^17.0.2", "react-dom": "^17.0.2", "react-icons": "^4.4.0", "react-jss": "^10.9.1", "react-router": "^6.3.0", "react-router-dom": "^6.3.0", "react-scripts": "5.0.0", "tabler-icons": "^1.35.0", "web-vitals": "^2.1.4" }, "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" ] } }