{ "name": "frontend", "version": "0.1.0", "private": true, "dependencies": { "@mantine/core": "^3.1.9", "@mantine/dates": "^3.1.9", "@mantine/dropzone": "^3.1.9", "@mantine/hooks": "^3.1.9", "@mantine/notifications": "^3.1.9", "@testing-library/jest-dom": "^5.15.0", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "base-64": "^1.0.0", "dayjs": "^1.10.7", "ky": "^0.28.7", "npm-check-updates": "^12.0.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-icons": "^4.3.1", "react-jss": "^10.8.2", "react-router-dom": "^6.0.2", "react-scripts": "4.0.3", "web-vitals": "^2.1.2" }, "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" ] } }