{
    "name": "matx-react",
    "version": "3.0.0",
    "private": true,
    "dependencies": {
        "@auth0/auth0-spa-js": "^1.19.2",
        "@emotion/react": "^11.5.0",
        "@emotion/styled": "^11.3.0",
        "@mui/icons-material": "^5.1.1",
        "@mui/lab": "^5.0.0-alpha.55",
        "@mui/material": "^5.0.6",
        "@mui/x-data-grid": "^5.11.0",
        "@react-google-maps/api": "^2.11.3",
        "@react-pdf/renderer": "^2.3.0",
        "autosuggest-highlight": "^3.2.0",
        "axios": "^0.24.0",
        "babel-polyfill": "^6.26.0",
        "clsx": "^1.1.1",
        "cross-fetch": "^3.1.4",
        "date-fns": "^2.26.0",
        "echarts": "^5.2.2",
        "echarts-for-react": "^3.0.2",
        "formik": "^2.2.9",
        "jodit-react": "^1.3.8",
        "jsonwebtoken": "^8.5.1",
        "jwt-decode": "^3.1.2",
        "lodash": "^4.17.21",
        "material-ui-phone-number": "^3.0.0",
        "merge": "^2.1.1",
        "moment": "^2.29.1",
        "mui-datatables": "^4.2.2",
        "notistack": "^2.0.3",
        "prop-types": "^15.7.2",
        "react": "^17.0.2",
        "react-beautiful-dnd": "^13.1.0",
        "react-color": "^2.19.3",
        "react-copy-to-clipboard": "^5.1.0",
        "react-dom": "^17.0.2",
        "react-google-maps": "^9.4.5",
        "react-loading-overlay": "^1.0.1",
        "react-material-ui-form-validator": "^3.0.0",
        "react-perfect-scrollbar": "^1.5.8",
        "react-redux": "^7.2.6",
        "react-router-dom": "^6.0.2",
        "react-scripts": "^4.0.3",
        "react-select": "^5.3.2",
        "react-spinners": "^0.12.0",
        "react-toastify": "^9.0.1",
        "redux": "^4.1.2",
        "redux-thunk": "^2.4.0",
        "shortid": "^2.2.16",
        "yup": "^0.32.11"
    },
    "scripts": {
        "start": "react-app-rewired start",
        "build": "GENERATE_SOURCEMAP=false react-scripts build",
        "winBuild": "set \"GENERATE_SOURCEMAP=false\" && react-scripts build",
        "test": "react-scripts test",
        "eject": "react-scripts eject",
        "ghp": "react-scripts build && gh-pages -d build"
    },
    "eslintConfig": {
        "extends": "react-app"
    },
    "prettier": {
        "trailingComma": "es5",
        "tabWidth": 4,
        "semi": false,
        "singleQuote": true
    },
    "browserslist": [
        ">0.2%",
        "not dead",
        "not ie <= 11",
        "not op_mini all"
    ],
    "devDependencies": {
        "@babel/runtime": "^7.10.5",
        "axios-mock-adapter": "^1.18.2",
        "babel-plugin-import": "^1.13.0",
        "cross-env": "^7.0.3",
        "customize-cra": "^1.0.0",
        "gh-pages": "^3.2.3",
        "react-app-rewired": "^2.1.8"
    },
    "proxy":"http://localhost:8080"
}
