{ "name": "soundbirder", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www", "build:css": "postcss ./public/stylesheets/tailwind.css -o public/stylesheets/style.css" }, "dependencies": { "@unclesamulus/ebird-api": "^0.0.0", "@unclesamulus/xeno-canto-api": "^0.0.0", "autoprefixer": "^10.4.8", "axios": "^0.27.2", "connect-redis": "^6.1.3", "cookie-parser": "~1.4.4", "csurf": "^1.11.0", "debug": "~2.6.9", "dotenv": "^16.0.1", "express": "^4.18.2", "express-session": "^1.17.3", "feather-icons": "^4.29.0", "http-errors": "~1.6.3", "i18n-2": "^0.7.3", "leaflet": "^1.8.0", "lodash": "^4.17.21", "morgan": "~1.9.1", "pug": "^3.0.2", "redis": "^4.3.0", "tailwindcss": "^3.1.8" } }