soundbirder/package.json

38 lines
1005 B
JSON
Raw Normal View History

2022-08-17 14:27:37 +02:00
{
"name": "soundbirder",
"version": "0.1.0",
2022-08-17 14:27:37 +02:00
"private": true,
"scripts": {
2023-07-29 18:21:40 +02:00
"start": "node ./bin/www",
"build:css": "postcss ./public/stylesheets/tailwind.css -o public/stylesheets/style.css"
2022-08-17 14:27:37 +02:00
},
"dependencies": {
"@unclesamulus/ebird-api": "^0.0.0",
"@unclesamulus/xeno-canto-api": "^0.0.0",
2023-07-29 18:21:40 +02:00
"autoprefixer": "^10.4.8",
2022-08-17 14:27:37 +02:00
"axios": "^0.27.2",
"codegrid-js": "github:hlaw/codegrid-js",
2022-08-29 14:05:34 +02:00
"connect-redis": "^6.1.3",
2022-08-17 14:27:37 +02:00
"cookie-parser": "~1.4.4",
"csurf": "^1.11.0",
2022-08-17 14:27:37 +02:00
"debug": "~2.6.9",
"dotenv": "^16.0.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"feather-icons": "^4.29.0",
"geojson-places": "^1.0.8",
2022-08-17 14:27:37 +02:00
"http-errors": "~1.6.3",
"i18n-2": "^0.7.3",
"leaflet": "^1.8.0",
2024-02-11 20:39:28 +01:00
"local-reverse-geocoder": "^0.16.7",
"lodash": "^4.17.21",
2022-08-17 14:27:37 +02:00
"morgan": "~1.9.1",
2024-02-04 07:07:37 +01:00
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
"pug": "^3.0.2",
"redis": "^4.6.13",
"tailwindcss": "^3.1.8",
"util": "^0.12.5"
2022-08-17 14:27:37 +02:00
}
}