2022-08-17 14:27:37 +02:00
|
|
|
{
|
|
|
|
"name": "soundbirder",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./bin/www"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-08-28 09:14:02 +02:00
|
|
|
"@unclesamulus/ebird-api": "^0.0.0",
|
|
|
|
"@unclesamulus/xeno-canto-api": "^0.0.0",
|
2022-08-17 14:27:37 +02:00
|
|
|
"axios": "^0.27.2",
|
|
|
|
"cookie-parser": "~1.4.4",
|
2022-08-28 09:14:02 +02:00
|
|
|
"csurf": "^1.11.0",
|
2022-08-17 14:27:37 +02:00
|
|
|
"debug": "~2.6.9",
|
2022-08-28 09:14:02 +02:00
|
|
|
"dotenv": "^16.0.1",
|
2022-08-17 14:27:37 +02:00
|
|
|
"express": "~4.16.1",
|
2022-08-28 09:14:02 +02:00
|
|
|
"express-session": "^1.17.3",
|
2022-08-24 18:37:57 +02:00
|
|
|
"feather-icons": "^4.29.0",
|
2022-08-17 14:27:37 +02:00
|
|
|
"http-errors": "~1.6.3",
|
|
|
|
"i18n-2": "^0.7.3",
|
2022-08-24 18:37:57 +02:00
|
|
|
"leaflet": "^1.8.0",
|
2022-08-28 09:14:02 +02:00
|
|
|
"lodash": "^4.17.21",
|
2022-08-17 14:27:37 +02:00
|
|
|
"morgan": "~1.9.1",
|
2022-08-29 06:44:58 +02:00
|
|
|
"pug": "^3.0.2",
|
|
|
|
"redis": "^4.3.0"
|
2022-08-17 14:27:37 +02:00
|
|
|
}
|
|
|
|
}
|