notamitgamer

It's my profile man, there is ...
Log | Files | Refs | README

commit fffd7cd54a0ff64e7cedd77808dd6e3ddb6b1036
parent a4162975139f92e0100025d2c77ed73101900d7d
Author: AMIT DUTTA <amitdutta4255@gmail.com>
Date:   Sun, 22 Feb 2026 14:17:49 +0530

Add React and React-DOM to dependencies
Diffstat:
Mpackage.json | 12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json @@ -6,11 +6,13 @@ "scripts": { "start": "node server.js" }, - "dependencies": { - "express": "^4.19.0", - "resend": "^3.2.0", - "svix": "^1.24.0" - }, +"dependencies": { + "express": "^4.19.0", + "resend": "^3.2.0", + "svix": "^1.24.0", + "react": "^18.2.0", + "react-dom": "^18.2.0" +} "engines": { "node": ">=18.0.0" }
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror