{
    "name": "<%= packageName %>",
    "description": "<%= projectDescription %>",
    "version": "<%= projectVersion %>",
    "author": "<%= authorName %>",
    "license": "ISC",
    "dependencies": {
        "@material-ui/core": "^4.2.1",
        "@material-ui/icons": "^4.2.1",
        "axios": "^0.19.0",
        "js-cookie": "^2.2.0",
        "jsonwebtoken": "^8.5.1",
        "material-table": "1.45.0",
        "moment-timezone": "^0.5.26",
        "notistack": "^0.8.9",
        "react": "^16.8.6",
        "react-dom": "^16.8.6",
        "react-gravatar": "^2.6.3",
        "react-router-dom": "^5.0.1",
        "react-scripts": "3.0.1"
    },
    "scripts": {
        "start": "react-scripts start",
        "build": "react-scripts build",
        "test": "react-scripts test",
        "eject": "react-scripts eject"
    },
    "browserslist": {
        "production": [
            ">0.2%",
            "not dead",
            "not op_mini all"
        ],
        "development": [
            "last 1 chrome version",
            "last 1 firefox version",
            "last 1 safari version"
        ]
    }
}
