{ "name": "sofia-react", "version": "2.1.1", "homepage": "./", "private": true, "scripts": { "build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='./' react-app-rewired --openssl-legacy-provider build", "start": "react-app-rewired --openssl-legacy-provider start", "test": "react-app-rewired --openssl-legacy-provider test", "start:backend": "cross-env REACT_APP_BACKEND=true react-app-rewired --openssl-legacy-provider start" }, "dependencies": { "@amcharts/amcharts4": "^4.10.39", "@amcharts/amcharts4-geodata": "^4.1.30", "@fullcalendar/daygrid": "^5.8.0", "@fullcalendar/interaction": "^5.8.0", "@fullcalendar/list": "^5.8.0", "@fullcalendar/react": "^5.8.0", "@fullcalendar/timegrid": "^5.8.0", "@material-ui/core": "^4.11.3", "@material-ui/icons": "^4.11.2", "@react-google-maps/api": "^2.20.3", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "animate.css": "^4.1.1", "apexcharts": "^3.45.1", "assert": "^2.1.0", "awesome-bootstrap-checkbox": "^1.0.1", "axios": "^0.21.1", "axios-mock-adapter": "^1.22.0", "bootstrap": "^4.6.0", "buffer": "^6.0.3", "classnames": "^2.5.1", "clsx": "^1.1.1", "connected-react-router": "^6.9.1", "cross-env": "^7.0.3", "crypto-browserify": "^3.12.1", "eva-icons": "^1.1.3", "flatpickr": "4.6.13", "font-awesome": "^4.7.0", "formik": "^2.4.6", "formsy-react": "^2.3.2", "highcharts": "^9.1.1", "highcharts-react-official": "^3.2.1", "history": "4.10.1", "https-browserify": "^1.0.0", "jsonwebtoken": "^8.5.1", "keen-slider": "^5.4.1", "line-awesome": "^1.3.0", "lodash": "^4.17.21", "moment": "^2.30.1", "mui-datatables": "^3.7.7", "os-browserify": "^0.3.0", "process": "^0.11.10", "prop-types": "^15.7.2", "rc-color-picker": "^1.2.6", "rc-hammerjs": "^0.6.10", "react": "^18.3.1", "react-apexcharts": "^1.6.0", "react-app-rewired": "^2.2.1", "react-big-calendar": "^0.33.5", "react-bootstrap-table": "^4.3.1", "react-bootstrap-table-next": "^4.0.3", "react-bootstrap-table2-paginator": "^2.1.2", "react-bootstrap-table2-toolkit": "^2.1.3", "react-datepicker": "^4.25.0", "react-dom": "^18.3.1", "react-dropzone": "^11.3.2", "react-flatpickr": "^3.10.7", "react-hook-form": "^6.15.1", "react-maskedinput": "^4.0.1", "react-mde": "^11.5.0", "react-redux": "^7.2.2", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-router-hash-link": "^2.4.3", "react-scripts": "^5.0.1", "react-scrollspy": "^3.4.3", "react-select": "^4.3.1", "react-swipeable": "^6.1.2", "react-syntax-highlighter": "^15.6.1", "react-textarea-autosize": "^8.5.5", "react-toastify": "^7.0.3", "react-transition-group": "^2.9.0", "reactstrap": "^8.9.0", "recharts": "^2.13.3", "redux": "^4.0.5", "redux-thunk": "^2.3.0", "sass": "^1.81.0", "showdown": "^1.9.1", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", "styled-components": "^5.3.0", "url": "^0.11.4", "uuid": "^3.4.0", "vm-browserify": "^1.1.2", "web-vitals": "^1.0.1", "yup": "^0.32.9" }, "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" ] }, "engines": { "node": "^20.15" } }