soundbirder/package.json

21 lines
402 B
JSON

{
"name": "soundbirder",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"axios": "^0.27.2",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"feather-icons": "^4.29.0",
"http-errors": "~1.6.3",
"i18n-2": "^0.7.3",
"leaflet": "^1.8.0",
"morgan": "~1.9.1",
"pug": "^3.0.2"
}
}