{ "name": "react-backend", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www" }, "dependencies": { "@material-ui/core": "^4.11.3", "@material-ui/icons": "^4.11.2", "axios": "^0.21.1", "bcrypt": "^5.0.0", "cookie-parser": "^1.4.5", "cryptr": "^6.0.2", "debug": "~2.6.9", "express": "~4.16.1", "express-basic-auth": "^1.2.0", "got": "^11.8.1", "http-errors": "~1.6.3", "material-table": "^1.69.2", "morgan": "~1.9.1", "react-router-dom": "^5.2.0", "sync-mysql": "^3.0.1" } }