{
    "name": "fuse-react-app",
    "version": "3.2.0",
    "private": true,
    "dependencies": {
        "@date-io/date-fns": "1.3.8",
        "@material-ui/core": "^4.11.0",
        "@material-ui/icons": "^4.9.1",
        "@material-ui/lab": "^4.0.0-alpha.56",
        "@material-ui/pickers": "^3.2.10",
        "@material-ui/styles": "^4.10.0",
        "@reduxjs/toolkit": "^1.4.0",
        "autosuggest-highlight": "3.1.1",
        "aws-amplify": "^3.0.21",
        "axios": "0.19.0",
        "axios-mock-adapter": "1.17.0",
        "chart.js": "2.8.0",
        "date-fns": "2.0.0-beta.3",
        "downshift": "3.2.10",
        "firebase": "6.3.3",
        "formsy-react": "1.1.5",
        "framer": "^1.2.5",
        "google-map-react": "1.1.4",
        "jsonwebtoken": "8.5.1",
        "jss": "10.0.0-alpha.23",
        "jss-extend": "6.2.0",
        "jwt-decode": "2.2.0",
        "keycode": "2.2.0",
        "lodash": "4.17.15",
        "material-table": "1.40.1",
        "material-ui-popup-state": "1.4.0",
        "mobile-detect": "1.4.3",
        "moment": "2.24.0",
        "namor": "^2.0.2",
        "notistack": "0.8.9",
        "path-to-regexp": "3.0.0",
        "perfect-scrollbar": "1.4.0",
        "prismjs": "1.17.1",
        "qs": "6.7.0",
        "raw-loader": "1.0.0",
        "react": "^16.13.1",
        "react-autosuggest": "9.4.3",
        "react-beautiful-dnd": "11.0.5",
        "react-big-calendar": "0.22.0",
        "react-chartjs-2": "2.7.6",
        "react-data-grid": "^5.0.4",
        "react-dnd": "^11.1.3",
        "react-dnd-html5-backend": "^11.1.3",
        "react-dnd-scrollzone": "^5.0.0",
        "react-dom": "^16.13.1",
        "react-draggable": "3.3.0",
        "react-frame-component": "4.1.1",
        "react-indiana-drag-scroll": "^1.6.1",
        "react-masonry-css": "1.0.12",
        "react-number-format": "4.0.8",
        "react-popper": "1.3.3",
        "react-redux": "7.1.0",
        "react-router": "^5.2.0",
        "react-router-config": "^5.1.1",
        "react-router-dom": "^5.2.0",
        "react-scripts": "3.0.1",
        "react-scrollbar": "^0.5.6",
        "react-select": "3.0.4",
        "react-spring": "^8.0.27",
        "react-swipeable-views": "0.13.3",
        "react-table": "^7.3.2",
        "react-table-sticky": "^1.1.3",
        "react-text-mask": "5.4.3",
        "react-virtualized": "9.21.1",
        "react-virtualized-auto-sizer": "^1.0.2",
        "react-window": "^1.8.5",
        "redux": "4.0.4",
        "redux-persist": "^6.0.0",
        "redux-saga": "^1.1.3",
        "redux-thunk": "2.3.0",
        "reselect": "^4.0.0",
        "styled-components": "^5.1.1",
        "typeface-muli": "0.0.71",
        "velocity-react": "1.4.3",
        "xlsx": "^0.16.6"
    },
    "devDependencies": {
        "@babel/core": "7.5.5",
        "@babel/node": "7.5.5",
        "@babel/preset-env": "7.5.5",
        "babel-plugin-styled-components": "^1.11.1",
        "cross-env": "5.2.0",
        "fs": "0.0.1-security",
        "js-beautify": "1.10.1",
        "marked": "0.7.0",
        "purgecss": "1.3.0",
        "tailwindcss": "1.0.5",
        "webpack-bundle-analyzer": "3.4.1"
    },
    "scripts": {
        "start": "yarn run tailwind && react-scripts start",
        "build": "yarn run tailwind && node ./purge-tailwindcss.js && cross-env GENERATE_SOURCEMAP=false react-scripts build",
        "tailwind": "./node_modules/.bin/tailwind build ./src/styles/tailwind.base.css -c ./tailwind.js -o ./src/styles/tailwind.css",
        "test": "react-scripts test --env=node",
        "eject": "react-scripts eject",
        "build-docs": "find ./src/app/main/documentation/material-ui-components \\( -name '*.ts' -o -name '*.tsx' \\) -type f -delete && babel-node src/app/main/documentation/material-ui-components/build.js",
        "build-stats": "yarn run build --stats",
        "bundle-report": "yarn run build-stats && webpack-bundle-analyzer build/bundle-stats.json -m static -r build/bundle-stats.html -O"
    },
    "eslintConfig": {
        "extends": "react-app"
    },
    "browserslist": {
        "production": [
            ">0.2%",
            "not dead",
            "not op_mini all"
        ],
        "development": [
            "last 1 chrome version",
            "last 1 firefox version",
            "last 1 safari version",
            "ie 11"
        ]
    }
}
