{ "name": "corresponsalfrontend", "version": "0.1.0", "private": true, "dependencies": { "@reduxjs/toolkit": "^1.9.5", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/bootstrap": "^5.2.6", "@types/jest": "^27.5.2", "@types/node": "^16.18.30", "@types/react": "^18.2.6", "@types/react-currency-format": "^1.0.0", "@types/react-datepicker": "^4.11.2", "@types/react-dom": "^18.2.4", "@types/react-text-mask": "^5.4.11", "@types/styled-components": "^5.1.26", "ag-grid-community": "^29.3.5", "ag-grid-react": "^29.3.5", "apexcharts": "^3.40.0", "axios": "^1.4.0", "boostrap": "^2.0.0", "bootstrap": "^5.2.3", "dotenv": "^16.0.3", "env-cmd": "^10.1.0", "formik": "^2.2.9", "jwt-decode": "^3.1.2", "moment": "^2.29.4", "react": "^18.2.0", "react-apexcharts": "^1.4.0", "react-bootstrap": "^2.7.4", "react-captchaa": "^1.0.13", "react-currency-format": "^1.1.0", "react-data-table-component": "^7.5.3", "react-data-table-component-extensions": "^1.6.0", "react-datepicker": "^4.11.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-flexy-table": "^1.8.11", "react-icons": "^4.8.0", "react-redux": "^8.0.5", "react-router-dom": "^6.11.1", "react-scripts": "5.0.1", "react-text-mask": "^5.5.0", "styled-components": "^6.0.0-rc.1", "typescript": "^4.9.5", "web-vitals": "^2.1.4", "xlsx": "^0.18.5", "yup": "^1.1.1" }, "scripts": { "start-dev": "env-cmd -f .env.development react-scripts start", "start-qa": "env-cmd -f .env.qa react-scripts start", "start-prod": "env-cmd -f .env.production react-scripts start", "build-qa": "env-cmd -f .env.qa react-scripts build", "build-prod": "env-cmd -f .env.production 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" ] } }