{ "name": "frontend", "version": "0.1.0", "private": true, "dependencies": { "@chakra-ui/react": "^2.3.4", "@cloudinary/react": "^1.8.1", "@cloudinary/url-gen": "^1.8.7", "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@mui/material": "^5.10.7", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "axios": "^0.27.2", "bootstrap": "^5.2.1", "cloudinary": "^1.33.0", "ethers": "^5.7.2", "framer-motion": "^7.4.0", "imagekit": "^4.1.2", "jspdf": "^2.5.1", "papaparse": "^5.3.2", "qr-image": "^3.2.0", "qrcode-generator": "^1.4.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.4.0", "react-router-dom": "6", "react-scripts": "^2.1.3", "web-vitals": "^2.1.4", "xlsx": "^0.18.5", "yarn": "^1.22.19" }, "scripts": { "start": "react-scripts --openssl-legacy-provider 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" ] } }