ktvmanager/package.json
2021-02-21 14:50:25 +00:00

29 lines
651 B
JSON

{
"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",
"fs": "0.0.1-security",
"got": "^11.8.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"material-table": "^1.69.2",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"react-router-dom": "^5.2.0",
"sync-mysql": "^3.0.1"
}
}