{ "name": "@transportationer/web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@transportationer/shared": "*", "bcryptjs": "^2.4.3", "bullmq": "^5.13.0", "ioredis": "^5.4.1", "jose": "^5.9.6", "maplibre-gl": "^4.7.1", "next": "^15.1.0", "pmtiles": "^3.2.1", "postgres": "^3.4.4", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.9", "@types/bcryptjs": "^2.4.6", "@types/node": "^22.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^3.4.15", "typescript": "^5.6.0" } }