- Hero mockup: enhanced 3D perspective and shadow - Testimonials: illustrated SVG avatars - Growth pricing card: visual prominence (scale, gradient, badge) - Most Popular badge: repositioned to avoid overlapping heading - Nav: added Log In link next to Start Free Trial - Fixed btn-primary text colour on anchor tags (white on blue) - Fixed cursor: default on all non-interactive elements - Disabled user-select on non-form content to prevent text caret
25 lines
534 B
JSON
Executable File
25 lines
534 B
JSON
Executable File
{
|
|
"name": "tenderradar-backend",
|
|
"version": "1.0.0",
|
|
"description": "TenderRadar MVP Backend",
|
|
"main": "server.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.5.0",
|
|
"bcrypt": "^5.1.0",
|
|
"cheerio": "^1.2.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^6.10.0",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"nodemailer": "^8.0.1",
|
|
"pg": "^8.10.0",
|
|
"stripe": "^20.3.1"
|
|
}
|
|
}
|