mirror of
http://forgejo-oa09toasww4dgii9cj3gpzda.187.127.164.61.sslip.io/iamcoolvivek007/bharath.git
synced 2026-06-11 00:06:51 +00:00
- Govt-app styled freight marketplace - Role-based auth (driver/shipper/broker/admin) - Load board with bidding system - Trip tracking with status flow - In-app messaging - Admin panel - Mobile bottom nav + PWA - Docker + Coolify ready
26 lines
690 B
JSON
26 lines
690 B
JSON
{
|
|
"name": "bharathtrucks",
|
|
"version": "1.0.0",
|
|
"description": "BharathTrucks - India's National Freight Marketplace",
|
|
"main": "src/server.js",
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"dev": "node --watch src/server.js"
|
|
},
|
|
"keywords": ["freight", "marketplace", "india", "trucks", "logistics"],
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "2.45.0",
|
|
"bcryptjs": "2.4.3",
|
|
"compression": "1.7.4",
|
|
"cookie-parser": "1.4.6",
|
|
"dotenv": "16.4.5",
|
|
"ejs": "3.1.9",
|
|
"express": "4.18.2",
|
|
"express-rate-limit": "7.1.5",
|
|
"express-session": "1.18.0",
|
|
"helmet": "7.1.0",
|
|
"multer": "2.0.0",
|
|
"ws": "8.18.0"
|
|
}
|
|
}
|