23 lines
482 B
JSON
23 lines
482 B
JSON
{
|
|
"name": "react-backend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.4",
|
|
"axios-cookiejar-support": "^2.0.0",
|
|
"bcrypt": "^5.0.0",
|
|
"cryptr": "^6.0.2",
|
|
"express": "~4.16.1",
|
|
"express-basic-auth": "^1.2.0",
|
|
"got": "^11.8.1",
|
|
"http-errors": "~1.6.3",
|
|
"request": "^2.88.2",
|
|
"sync-mysql": "^3.0.1",
|
|
"tor-axios": "^1.0.9",
|
|
"tough-cookie": "^4.0.0"
|
|
}
|
|
}
|