diff options
author | 2025-04-26 15:41:15 +0530 | |
---|---|---|
committer | 2025-04-26 15:41:15 +0530 | |
commit | c861ed705bd61eb98984efd9caaddfdd3128155f (patch) | |
tree | 0416eb1db874e049a4b61c420e0ffaf9ea02fd36 /app/package.json | |
parent | 8c9677ffc5aef95964b42c03690eb5ea1b912b13 (diff) | |
download | realtimeloc-c861ed705bd61eb98984efd9caaddfdd3128155f.tar.gz realtimeloc-c861ed705bd61eb98984efd9caaddfdd3128155f.tar.bz2 realtimeloc-c861ed705bd61eb98984efd9caaddfdd3128155f.zip |
final working product
Diffstat (limited to 'app/package.json')
-rw-r--r-- | app/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/package.json b/app/package.json index 8f2532c..99ac0ab 100644 --- a/app/package.json +++ b/app/package.json @@ -21,6 +21,7 @@ "bcrypt": "^5.1.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", + "http": "^0.0.1-security", "jsonwebtoken": "^9.0.2", "leaflet": "^1.9.4", "lucide-react": "^0.503.0", @@ -37,6 +38,7 @@ "sonner": "^2.0.3", "tailwind-merge": "^3.2.0", "tailwindcss-animate": "^1.0.7", + "ts-node": "^10.9.2", "zod": "^3.24.3", "zustand": "^5.0.3" }, |