{ "name": "csp3-reciproco", "version": "0.1.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "axios": "^1.6.3", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.2", "jwt-decode": "^4.0.0", "react": "^18.2.0", "react-bootstrap": "^2.9.1", "react-dom": "^18.2.0", "react-error-boundary": "^4.0.11", "react-icons": "^4.12.0", "react-redux": "^9.0.4", "react-responsive": "^9.0.2", "react-router-dom": "^6.20.1", "react-scripts": "5.0.1", "react-slick": "^0.29.0", "react-toastify": "^9.1.3", "redux": "^5.0.1", "sass": "^1.69.5", "slick-carousel": "^1.8.1", "typeface-montserrat": "^1.1.13", "typeface-roboto": "^1.1.13", "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "prestart": "sass src/_custom-bootstrap-theme.scss:src/_custom-bootstrap-theme.css --no-source-map" }, "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" ] } }